Merge "Fix build break caused by registering genrules twice" am: 6d3e726887
am: bbb10d2452
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1621418 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ie7ca9769d8c7fa29e21afc15377eb5e52d0bfb5c
This commit is contained in:
@@ -20,8 +20,6 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func RegisterRequiredBuildComponentsForTest(ctx android.RegistrationContext) {
|
func RegisterRequiredBuildComponentsForTest(ctx android.RegistrationContext) {
|
||||||
// Genrule components must be registered before anything from cc to match runtime behavior.
|
|
||||||
genrule.RegisterGenruleBuildComponents(ctx)
|
|
||||||
RegisterPrebuiltBuildComponents(ctx)
|
RegisterPrebuiltBuildComponents(ctx)
|
||||||
RegisterCCBuildComponents(ctx)
|
RegisterCCBuildComponents(ctx)
|
||||||
RegisterBinaryBuildComponents(ctx)
|
RegisterBinaryBuildComponents(ctx)
|
||||||
|
Reference in New Issue
Block a user