diff --git a/cc/testing.go b/cc/testing.go index acf37a5e2..f62c5f114 100644 --- a/cc/testing.go +++ b/cc/testing.go @@ -20,8 +20,6 @@ import ( ) func RegisterRequiredBuildComponentsForTest(ctx android.RegistrationContext) { - // Genrule components must be registered before anything from cc to match runtime behavior. - genrule.RegisterGenruleBuildComponents(ctx) RegisterPrebuiltBuildComponents(ctx) RegisterCCBuildComponents(ctx) RegisterBinaryBuildComponents(ctx)