summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKiyoung Kim <kiyoungkim@google.com>2024-03-11 13:04:40 +0900
committerKiyoung Kim <kiyoungkim@google.com>2024-03-11 13:04:40 +0900
commit1a83a7187c10667e602b82280d5cc3ddabe0602e (patch)
treeabeb6abb1ade91f9bf9a544d8cf3d5162d3ddfd4
parentaae45af7f663b45a0f82bfbb3abd77237ce7f4ca (diff)
downloadinterfaces-1a83a7187c10667e602b82280d5cc3ddabe0602e.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: I788bdaaf99813c3feba2137eb99c9efa0c710db2
-rw-r--r--suspend/1.0/Android.bp3
-rw-r--r--suspend/aidl/Android.bp3
2 files changed, 0 insertions, 6 deletions
diff --git a/suspend/1.0/Android.bp b/suspend/1.0/Android.bp
index 1a4aba2..4999a51 100644
--- a/suspend/1.0/Android.bp
+++ b/suspend/1.0/Android.bp
@@ -7,9 +7,6 @@ package {
hidl_interface {
name: "android.system.suspend@1.0",
root: "android.system",
- vndk: {
- enabled: true,
- },
srcs: [
"types.hal",
"ISystemSuspend.hal",
diff --git a/suspend/aidl/Android.bp b/suspend/aidl/Android.bp
index 7d37089..e7f7062 100644
--- a/suspend/aidl/Android.bp
+++ b/suspend/aidl/Android.bp
@@ -62,9 +62,6 @@ aidl_interface {
"com.android.btservices",
],
min_sdk_version: "30",
- vndk: {
- enabled: true,
- },
},
},
frozen: true,