Merge "Fix build break caused by registering genrules twice" am: 6d3e726887
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1621418 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I81a768a5fad19a3ae12fe6f73d836dd010545bdf
This commit is contained in:
commit
bbb10d2452
|
@ -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…
Reference in New Issue