Loading cc/testing.go +0 −2 Original line number Diff line number Diff line Loading @@ -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) Loading Loading
cc/testing.go +0 −2 Original line number Diff line number Diff line Loading @@ -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) Loading