Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6d3e7268 authored by Paul Duffin's avatar Paul Duffin Committed by Gerrit Code Review
Browse files

Merge "Fix build break caused by registering genrules twice"

parents 77bfa3e7 cdcd2be1
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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)