summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Jiyong Park <jiyong@google.com> 2018-11-10 06:49:31 +0900
committer Jiyong Park <jiyong@google.com> 2018-11-13 11:54:01 +0000
commitfa5869af7629bc5a4f70f4cc41b553c32ff8c5d4 (patch)
treeb22f07434598cc61d2205b1027a671307725a7f5
parent01812cf9fa9a28d15f24b47a4b2893dd8e06e7a4 (diff)
Move file_contexts to under /system/sepolicy
Bug: 119034475 Bug: 113373927 Test: m com.android.runtime Change-Id: I3d8dbcb91297248a75cc2d81d21fe2a74f6e3cb6
-rw-r--r--build/apex/Android.bp1
-rw-r--r--build/apex/file_contexts13
2 files changed, 0 insertions, 14 deletions
diff --git a/build/apex/Android.bp b/build/apex/Android.bp
index bca29598e2..8bddb5dfe7 100644
--- a/build/apex/Android.bp
+++ b/build/apex/Android.bp
@@ -76,7 +76,6 @@ apex {
name: "com.android.runtime",
compile_multilib: "both",
manifest: "manifest.json",
- file_contexts: "file_contexts",
native_shared_libs: art_runtime_base_native_shared_libs
+ art_runtime_fake_native_shared_libs
+ art_runtime_debug_native_shared_libs,
diff --git a/build/apex/file_contexts b/build/apex/file_contexts
deleted file mode 100644
index 4d0df809e8..0000000000
--- a/build/apex/file_contexts
+++ /dev/null
@@ -1,13 +0,0 @@
-#############################
-# APEX module manifest.
-#
-/manifest\.json u:object_r:system_file:s0
-
-#############################
-# System files
-#
-(/.*)? u:object_r:system_file:s0
-/bin/dex2oat(d)? u:object_r:dex2oat_exec:s0
-/bin/dexoptanalyzer(d)? u:object_r:dexoptanalyzer_exec:s0
-/bin/profman(d)? u:object_r:profman_exec:s0
-/lib(64)?(/.*)? u:object_r:system_lib_file:s0