diff --git a/build/soong/compat_cil.go b/build/soong/compat_cil.go index afd2396ef..881f7daeb 100644 --- a/build/soong/compat_cil.go +++ b/build/soong/compat_cil.go @@ -29,7 +29,7 @@ var ( func init() { ctx := android.InitRegistrationContext ctx.RegisterModuleType("se_compat_cil", compatCilFactory) - ctx.RegisterSingletonModuleType("se_compat_test", compatTestFactory) + ctx.RegisterParallelSingletonModuleType("se_compat_test", compatTestFactory) } // se_compat_cil collects and installs backwards compatibility cil files. diff --git a/build/soong/sepolicy_freeze.go b/build/soong/sepolicy_freeze.go index c5513d012..9ae782638 100644 --- a/build/soong/sepolicy_freeze.go +++ b/build/soong/sepolicy_freeze.go @@ -23,7 +23,7 @@ import ( func init() { ctx := android.InitRegistrationContext - ctx.RegisterSingletonModuleType("se_freeze_test", freezeTestFactory) + ctx.RegisterParallelSingletonModuleType("se_freeze_test", freezeTestFactory) } // se_freeze_test compares the plat sepolicy with the prebuilt sepolicy. Additional directories can