Revert^3 "Add seapp_contexts to allowlist of makefile goal"

This reverts commit feb0756d41.

Reason for revert: redundant now

Change-Id: I6cd43f03a28d03a87d19510a554e3bbe0e69b1de
This commit is contained in:
Inseob Kim
2021-12-29 08:59:00 +00:00
parent feb0756d41
commit a9078747bb
2 changed files with 2 additions and 5 deletions

View File

@@ -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."),
}
}