diff options
| author | Jooyung Han <jooyung@google.com> | 2019-11-25 14:43:03 +0900 |
|---|---|---|
| committer | Jooyung Han <jooyung@google.com> | 2019-11-25 14:43:03 +0900 |
| commit | 71e682b6badd56ac4546256f4e3482951d065ec2 (patch) | |
| tree | 8534ba10d7e696b5a9ecc0729c3afe16a7df206d | |
| parent | 6abcfa9be6dd7c8e18334481b590e8f0bd8d1e6a (diff) | |
| download | platform_packages_modules_vndk-71e682b6badd56ac4546256f4e3482951d065ec2.tar.gz platform_packages_modules_vndk-71e682b6badd56ac4546256f4e3482951d065ec2.tar.bz2 platform_packages_modules_vndk-71e682b6badd56ac4546256f4e3482951d065ec2.zip | |
Move extra VNDKs to /system_ext
Extra VNDKs are now installed under /system_ext.
Bug: 137802149
Test: lunch aosp_arm64
&& flash system.img to Q-device
&& boot
Change-Id: I7e6e86bbbbe314f53fc323b36955b50e7a1cae63
| -rw-r--r-- | apex/Android.bp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apex/Android.bp b/apex/Android.bp index 916e5af..ff0b527 100644 --- a/apex/Android.bp +++ b/apex/Android.bp @@ -37,6 +37,7 @@ apex_vndk { key: "com.android.vndk.v29.key", certificate: ":com.android.vndk.v29.certificate", vndk_version: "29", + system_ext_specific: true, file_contexts: ":com.android.vndk-file_contexts", } @@ -57,6 +58,7 @@ apex_vndk { key: "com.android.vndk.v28.key", certificate: ":com.android.vndk.v28.certificate", vndk_version: "28", + system_ext_specific: true, file_contexts: ":com.android.vndk-file_contexts", } @@ -77,6 +79,7 @@ apex_vndk { key: "com.android.vndk.v27.key", certificate: ":com.android.vndk.v27.certificate", vndk_version: "27", + system_ext_specific: true, file_contexts: ":com.android.vndk-file_contexts", } |
