Merge "Update neverallow rules for init_first_stage" am: 4a241d0852
am: 86ce74fee9
am: ba7ff9cd0b
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2633190 Change-Id: Ia385aae3a8d81258909f01263b0b19b8bbadf579 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -239,7 +239,9 @@ func createUncompressDexRules() []Rule {
|
|||||||
func createInitFirstStageRules() []Rule {
|
func createInitFirstStageRules() []Rule {
|
||||||
return []Rule{
|
return []Rule{
|
||||||
NeverAllow().
|
NeverAllow().
|
||||||
|
Without("name", "init_first_stage_defaults").
|
||||||
Without("name", "init_first_stage").
|
Without("name", "init_first_stage").
|
||||||
|
Without("name", "init_first_stage.microdroid").
|
||||||
With("install_in_root", "true").
|
With("install_in_root", "true").
|
||||||
Because("install_in_root is only for init_first_stage."),
|
Because("install_in_root is only for init_first_stage."),
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user