summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorKiyoung Kim <kiyoungkim@google.com>2024-03-18 15:18:19 +0900
committerKiyoung Kim <kiyoungkim@google.com>2024-03-18 15:33:05 +0900
commitb96281e96496b6d22c499ae21854873aa5b28db4 (patch)
treec40055e22ce181a1f0c5393c75294f7c896d545d /Android.bp
parent03e0fca0588ea1111226bcb36b79d678fde6bdf6 (diff)
downloadvndk-b96281e96496b6d22c499ae21854873aa5b28db4.tar.gz
Remove VNDK current APEX package
VNDK is deprecated from 202404, so there is no more VNDK 'current' package being used. This change removes VNDK current package definition so other VNDK related code can be removed. This change also removes LLNDK libraries txt file which is supposed to be installed in VNDK current APEX. Bug: 328994089 Test: AOSP CF build succeeded Change-Id: I0d1f64168ffdcdc7cf1cfe842a245da3a99a6baa
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp6
1 files changed, 0 insertions, 6 deletions
diff --git a/Android.bp b/Android.bp
index 5f9651f..0f5f460 100644
--- a/Android.bp
+++ b/Android.bp
@@ -20,12 +20,6 @@ llndk_libraries_txt {
name: "llndk.libraries.txt",
}
-llndk_libraries_txt_for_apex {
- name: "llndk.libraries.txt.apex",
- stem: "llndk.libraries.txt",
- insert_vndk_version: true,
-}
-
vndkcore_libraries_txt {
name: "vndkcore.libraries.txt",
insert_vndk_version: true,