Browse Source

Merge "Fix build break caused by registering genrules twice"

Paul Duffin 3 years ago
parent
commit
6d3e726887
1 changed files with 0 additions and 2 deletions
  1. 0 2
      cc/testing.go

+ 0 - 2
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)