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:
Paul Duffin
2021-03-06 11:11:17 +00:00
committed by Automerger Merge Worker

View File

@@ -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)