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:06:08 +0900
commit467093af50fabe85a6c83852acc505492f4a4694 (patch)
treed434f414a2c91531dfd0bc0198d160d12b1cabef
parentc1432ae92d2e0071dc5f6210aed1ea395dc59af1 (diff)
downloadlibdmabufheap-main.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: I482d21dff9883457fe793d3c206a60c37a417550
-rw-r--r--Android.bp5
1 files changed, 0 insertions, 5 deletions
diff --git a/Android.bp b/Android.bp
index 27e5217..006e438 100644
--- a/Android.bp
+++ b/Android.bp
@@ -27,11 +27,6 @@ cc_library {
recovery_available: true,
vendor_available: true,
- vndk: {
- enabled: true,
- support_system_process: true,
- },
-
// Added because codec2 is double_loadable.
// See b/147147883, b/147147992
double_loadable:true,