summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuK1337 <priv.luk@gmail.com>2021-03-24 15:39:35 +0100
committerLuK1337 <priv.luk@gmail.com>2021-03-24 15:41:03 +0100
commitaf905cd3a740cddf9ed0e4db86a7de74d369f801 (patch)
treed07c596d0ab108d7b2c79e04982ce6f89c574db8
parent7858a4c515595f94e13bd4bfa6ab3e1d33b87962 (diff)
Drop VNDK support from vendor.lineage.power aidl interface
We aren't allowed to change VNDK library list, see following error msg: Added VNDK-core: vendor.lineage.power-V1-ndk_platform.so error: VNDK library list has been changed. Changing the VNDK library list is not allowed in API locked branches. Change-Id: I35dc9837740810278eb7e651471ec217ce065b5a
-rw-r--r--power/aidl/Android.bp5
1 files changed, 0 insertions, 5 deletions
diff --git a/power/aidl/Android.bp b/power/aidl/Android.bp
index 3b09acf..5a1ccd4 100644
--- a/power/aidl/Android.bp
+++ b/power/aidl/Android.bp
@@ -23,11 +23,6 @@ aidl_interface {
java: {
platform_apis: true,
},
- ndk: {
- vndk: {
- enabled: true,
- },
- },
},
versions: ["1"],
}