Make file_contexts as "android:path" property am: 6abcfa9be6
am: 7b0bca494c

Change-Id: I17b1fe6c8f49bba93955320d07652e229a65fd8b
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 @@
     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 @@
     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 @@
     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 @@
     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 {