raphael: Move libwatermark_shim to camera shim
This commit is contained in:
@@ -19,3 +19,9 @@ cc_library_shared {
|
||||
proprietary: true,
|
||||
srcs: ["megvii_shim.cpp"],
|
||||
}
|
||||
|
||||
cc_library_shared {
|
||||
name: "libwatermark_shim",
|
||||
srcs: ["libwatermark_shim.c"],
|
||||
vendor: true,
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
//
|
||||
// Copyright (C) 2021 The LineageOS Project
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
||||
cc_library_shared {
|
||||
name: "libwatermark_shim",
|
||||
srcs: ["libwatermark_shim.c"],
|
||||
vendor: true,
|
||||
}
|
||||
Reference in New Issue
Block a user