summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKiyoung Kim <kiyoungkim@google.com>2024-03-15 13:20:20 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-03-15 13:20:20 +0000
commit742c9b73d9975e100dca43d3634bd4f15dec6996 (patch)
tree99f47700ab364ab0ebea902806b17bd8ff8ebac3
parenta472b80e8956fc7e7a54e82f6c5e405df1f8e598 (diff)
parent5e459238b0f218fb5b2b62da2909349f8ba4e446 (diff)
downloadlibhardware_legacy-742c9b73d9975e100dca43d3634bd4f15dec6996.tar.gz
Merge "Remove VNDK definition(s)" into mainHEADmastermain
-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",