diff options
| author | Jooyung Han <jooyung@google.com> | 2019-11-22 19:50:53 -0800 |
|---|---|---|
| committer | android-build-merger <android-build-merger@google.com> | 2019-11-22 19:50:53 -0800 |
| commit | 4e9bfb305c242a942a780dbe42bf4b5b7d5f67a2 (patch) | |
| tree | 7c181372122dd06f552fdade8fd4a7e50e211de0 | |
| parent | d7265367f4d320707bd8f2c749419f7b20e02fed (diff) | |
| parent | 7b0bca494c71cd78e55aa7ffaf133a5215c47a8a (diff) | |
| download | platform_packages_modules_vndk-4e9bfb305c242a942a780dbe42bf4b5b7d5f67a2.tar.gz platform_packages_modules_vndk-4e9bfb305c242a942a780dbe42bf4b5b7d5f67a2.tar.bz2 platform_packages_modules_vndk-4e9bfb305c242a942a780dbe42bf4b5b7d5f67a2.zip | |
Make file_contexts as "android:path" property am: 6abcfa9be6
am: 7b0bca494c
Change-Id: I17b1fe6c8f49bba93955320d07652e229a65fd8b
| -rw-r--r-- | apex/Android.bp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apex/Android.bp b/apex/Android.bp index 8eec6a3..916e5af 100644 --- a/apex/Android.bp +++ b/apex/Android.bp @@ -17,7 +17,7 @@ apex_vndk { manifest: "apex_manifest.current.json", key: "com.android.vndk.current.key", certificate: ":com.android.vndk.current.certificate", - file_contexts: "com.android.vndk", + file_contexts: ":com.android.vndk-file_contexts", } apex_key { @@ -37,7 +37,7 @@ apex_vndk { key: "com.android.vndk.v29.key", certificate: ":com.android.vndk.v29.certificate", vndk_version: "29", - file_contexts: "com.android.vndk", + file_contexts: ":com.android.vndk-file_contexts", } apex_key { @@ -57,7 +57,7 @@ apex_vndk { key: "com.android.vndk.v28.key", certificate: ":com.android.vndk.v28.certificate", vndk_version: "28", - file_contexts: "com.android.vndk", + file_contexts: ":com.android.vndk-file_contexts", } apex_key { @@ -77,7 +77,7 @@ apex_vndk { key: "com.android.vndk.v27.key", certificate: ":com.android.vndk.v27.certificate", vndk_version: "27", - file_contexts: "com.android.vndk", + file_contexts: ":com.android.vndk-file_contexts", } apex_key { |
