summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKiyoung Kim <kiyoungkim@google.com>2024-03-11 13:04:38 +0900
committerKiyoung Kim <kiyoungkim@google.com>2024-03-11 13:04:38 +0900
commit5e459238b0f218fb5b2b62da2909349f8ba4e446 (patch)
tree99f47700ab364ab0ebea902806b17bd8ff8ebac3
parenta472b80e8956fc7e7a54e82f6c5e405df1f8e598 (diff)
downloadlibhardware_legacy-5e459238b0f218fb5b2b62da2909349f8ba4e446.tar.gz
Remove VNDK definition(s)
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: I4d8ab1b6298acd579f5a8966b53b43ba2f9ca3e8
-rw-r--r--Android.bp6
1 files changed, 0 insertions, 6 deletions
diff --git a/Android.bp b/Android.bp
index 44ad1ef..b2cc315 100644
--- a/Android.bp
+++ b/Android.bp
@@ -46,9 +46,6 @@ cc_library {
export_include_dirs: ["include"],
shared_libs: ["android.system.suspend-V1-ndk"],
vendor_available: true,
- vndk: {
- enabled: true,
- },
apex_available: [
"//apex_available:platform",
"com.android.uwb",
@@ -73,9 +70,6 @@ cc_library_shared {
name: "libhardware_legacy",
defaults: ["libpower_defaults"],
vendor_available: true,
- vndk: {
- enabled: true,
- },
shared_libs: [
"android.system.suspend-V1-ndk",