Merge "Revert "Add seapp_contexts to allowlist of makefile goal"" am: 030878a492
am: fca78780d4
am: 547a9f5059
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1896452 Change-Id: I382cee7ad387d5429f8a6936a12f37e7b44c3a5e
This commit is contained in:
@@ -214,11 +214,8 @@ func createMakefileGoalRules() []Rule {
|
||||
return []Rule{
|
||||
NeverAllow().
|
||||
ModuleType("makefile_goal").
|
||||
// TODO(b/33691272): remove this after migrating seapp to Soong
|
||||
Without("product_out_path", "obj/ETC/plat_seapp_contexts_intermediates/plat_seapp_contexts").
|
||||
Without("product_out_path", "obj/ETC/plat_seapp_neverallows_intermediates/plat_seapp_neverallows").
|
||||
WithoutMatcher("product_out_path", Regexp("^boot[0-9a-zA-Z.-]*[.]img$")).
|
||||
Because("Only boot images and seapp contexts may be imported as a makefile goal."),
|
||||
Because("Only boot images may be imported as a makefile goal."),
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -293,7 +293,7 @@ var neverallowTests = []struct {
|
||||
`),
|
||||
},
|
||||
expectedErrors: []string{
|
||||
"Only boot images and seapp contexts may be imported as a makefile goal.",
|
||||
"Only boot images may be imported as a makefile goal.",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user