aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKiyoung Kim <kiyoungkim@google.com>2024-03-11 13:04:31 +0900
committerKiyoung Kim <kiyoungkim@google.com>2024-03-11 13:04:31 +0900
commit86e257ce04198f1c2837c220d53700acdaef7a2c (patch)
tree4787745e574cf64467208f6588f2b74b0b7f247a
parent28d988464a3b4df16c91af3771c7b042fa5a7772 (diff)
downloadcn-cbor-master.tar.gz
Remove VNDK definition(s)HEADmastermain
As of VNDK deprecation, any libraries that defines vndk is no longer valid anymore. This change removes all VNDK definition(s) from modules which was VNDK. Bug: 328994089 Test: AOSP CF build succeeded Change-Id: I934793dc108dee2dfb75a376b85a38aa4b1d8307
-rw-r--r--Android.bp3
1 files changed, 0 insertions, 3 deletions
diff --git a/Android.bp b/Android.bp
index 9ca75f9..5b1b789 100644
--- a/Android.bp
+++ b/Android.bp
@@ -32,9 +32,6 @@ license {
cc_library {
name: "libcn-cbor",
vendor_available: true,
- vndk: {
- enabled: true,
- },
srcs: [
"src/cn-cbor.c",
"src/cn-create.c",