raphael: Move libwatermark_shim to camera shim

This commit is contained in:
Ronalds
2022-11-21 14:37:49 +00:00
committed by Joey Huab
parent a721816e14
commit 308252373f
3 changed files with 6 additions and 11 deletions

View File

@@ -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,
}

View File

@@ -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,
}