diff options
author | 2025-01-13 15:49:39 +0900 | |
---|---|---|
committer | 2025-01-13 15:49:39 +0900 | |
commit | dfec67cc5df28ba4a1e0a9e76bcc1f5d0b07fc4e (patch) | |
tree | d82c3b357eb5ad5876cd16857e8bef2968a50c95 /apex/apex.go | |
parent | f01a7e92d8fa7d1be502d1504606aaa0fc1fbbb2 (diff) |
Remove apex.use_file_contexts_as_is
It was a workaround to build a vendor apex which needs to read
apex_manifest and run on SDK 34, which doesn't have
vendor_apex_metadata_file yet.
Vendor_apex_metadata_file is available since SDK 35, we can remove
the workaround.
Bug: 388964457
Test: m --no-skip-soong-tests
Change-Id: Iad91bee7c689c96322e342485301152739baa92a
Diffstat (limited to 'apex/apex.go')
-rw-r--r-- | apex/apex.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/apex/apex.go b/apex/apex.go index d39a17fe7..3d8baa644 100644 --- a/apex/apex.go +++ b/apex/apex.go @@ -83,10 +83,6 @@ type apexBundleProperties struct { // /system/sepolicy/apex/<module_name>_file_contexts. File_contexts *string `android:"path"` - // By default, file_contexts is amended by force-labelling / and /apex_manifest.pb as system_file - // to avoid mistakes. When set as true, no force-labelling. - Use_file_contexts_as_is *bool - // Path to the canned fs config file for customizing file's // uid/gid/mod/capabilities. The content of this file is appended to the // default config, so that the custom entries are preferred. The format is |