summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-10-31 01:20:58 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-10-31 01:20:58 +0000
commitc40c880abec72b1fcf11e06e0ed31885b638414b (patch)
treea2e47c6ed5fc8e9d60017aed7f4947914261618b
parentde9671a8d13ec06ad81a617bffca2d14a74a7ab1 (diff)
parent03e0fca0588ea1111226bcb36b79d678fde6bdf6 (diff)
downloadvndk-android14-qpr2-s3-release.tar.gz
Change-Id: I792dc57aa90f0ffd002d8f478722406b04bbbecc
-rw-r--r--Android.bp15
1 files changed, 12 insertions, 3 deletions
diff --git a/Android.bp b/Android.bp
index 458b0fe..5f9651f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -20,23 +20,32 @@ 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,
}
vndksp_libraries_txt {
name: "vndksp.libraries.txt",
+ insert_vndk_version: true,
}
vndkprivate_libraries_txt {
name: "vndkprivate.libraries.txt",
+ insert_vndk_version: true,
}
vndkproduct_libraries_txt {
- name: "vndkproduct.libraries.txt",
+ name: "vndkproduct.libraries.txt",
+ insert_vndk_version: true,
}
vndkcorevariant_libraries_txt {
- name: "vndkcorevariant.libraries.txt",
- insert_vndk_version: false,
+ name: "vndkcorevariant.libraries.txt",
}