platform_build_soong/apex
Jooyung Han 2dfd54d07e apex: add / in file_contexts as system_file
apex_manifest.pb is added to payload.img by the build system and is
supposed to be read by apexd during activation.

So, / and /apex_manifest.pb should be labeled as "system_file" so
that apexd can read it regardless of how file_contexts is defined.

580eb4fe38 adds /apex_manifest.pb and this
change adds / as well to file_contexts.

Bug: 159767275
Test: add an apex with file_contexts with everything as vendor_file
      apexd should activate the apex.
Change-Id: I827fa3af49ca7f20f3f82fcb16868f60d94d9531
2020-06-29 14:54:22 +09:00
..
Android.bp Soong package structure refactoring 2020-06-01 13:44:48 -07:00
OWNERS Expand Jiyong's apex OWNERship 2019-01-31 18:57:00 +00:00
TEST_MAPPING Add TEST_MAPPING for build/soong/apex 2019-08-07 17:33:24 +09:00
androidmk.go apex: AndroidMk writes common properties 2020-06-25 15:30:26 +09:00
apex.go Merge changes Ifd2858dd,I2585dd99,I65e7a456 2020-06-29 02:20:56 +00:00
apex_singleton.go Generate combined deps-info for all updatable modules. 2020-05-15 19:10:19 +01:00
apex_test.go apex: use SubName for requiredDeps 2020-06-25 17:14:25 +09:00
builder.go apex: add / in file_contexts as system_file 2020-06-29 14:54:22 +09:00
key.go Don't remove entries for overriddable modules 2020-06-19 13:29:16 +09:00
prebuilt.go apex_sets is added to apexkeys.txt 2020-06-13 01:24:51 +09:00
vndk.go Fix dex2oat symlink now that we generate dex2oat32/dex2oat64. 2020-05-01 11:04:59 +01:00
vndk_test.go Make native_coverage clause work with ClangCoverage 2020-06-22 11:13:42 -07:00