From 1bdf40df0e5a434ee99c29eefdc672f01fb4cfe3 Mon Sep 17 00:00:00 2001 From: Kiyoung Kim Date: Mon, 11 Mar 2024 13:04:37 +0900 Subject: 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. Any former VNDK-SP libraries will be marked as double-loadable, so it can keep be able to be referenced by LLNDK libraries. Bug: 328994089 Test: AOSP CF build succeeded Change-Id: Ic53d89878bb35ca85640daf938ae34a0fb22e7af --- libs/gralloc/types/Android.bp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'libs/gralloc') diff --git a/libs/gralloc/types/Android.bp b/libs/gralloc/types/Android.bp index aab1276b47..6e2b803174 100644 --- a/libs/gralloc/types/Android.bp +++ b/libs/gralloc/types/Android.bp @@ -37,10 +37,7 @@ cc_library { }, vendor_available: true, - vndk: { - enabled: true, - support_system_process: true, - }, + double_loadable: true, apex_available: [ "//apex_available:platform", "com.android.media.swcodec", -- cgit v1.2.3-59-g8ed1b