summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJooyung Han <jooyung@google.com>2019-11-25 07:43:13 -0800
committerandroid-build-merger <android-build-merger@google.com>2019-11-25 07:43:13 -0800
commit3b862892e119ccc758a6ddf7cea6b89150073822 (patch)
tree7c181372122dd06f552fdade8fd4a7e50e211de0
parent3e3f2cb7686d46a67b3f477835834fe01501acf7 (diff)
parent4e9bfb305c242a942a780dbe42bf4b5b7d5f67a2 (diff)
downloadvndk-3b862892e119ccc758a6ddf7cea6b89150073822.tar.gz
Make file_contexts as "android:path" property am: 6abcfa9be6 am: 7b0bca494c
am: 4e9bfb305c Change-Id: I7e65ccfec9ac792f4c72a00accdc2e6e0b607d33
-rw-r--r--apex/Android.bp8
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 {