summaryrefslogtreecommitdiff
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
parent03e0fca0588ea1111226bcb36b79d678fde6bdf6 (diff)
downloadvndk-b96281e96496b6d22c499ae21854873aa5b28db4.tar.gz
Remove VNDK current APEX packageHEADmastermain
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
-rw-r--r--Android.bp6
-rw-r--r--apex/Android.bp11
2 files changed, 0 insertions, 17 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,
diff --git a/apex/Android.bp b/apex/Android.bp
index 3e20230..8290ce0 100644
--- a/apex/Android.bp
+++ b/apex/Android.bp
@@ -25,17 +25,6 @@ apex_defaults {
updatable: false,
}
-apex_vndk {
- name: "com.android.vndk.current",
- defaults: ["vndk-apex-defaults"],
-}
-
-override_apex {
- name: "com.android.vndk.current.on_vendor",
- base: "com.android.vndk.current",
- vendor: true,
-}
-
apex_key {
name: "com.android.vndk.key",
public_key: "com.android.vndk.pubkey",