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

Commit 573eabaa authored by Romain Jobredeaux's avatar Romain Jobredeaux Committed by Gerrit Code Review
Browse files

Merge "Allowlist prebuilt/r8 for bp2build." into main

parents 6c50f3ef 890d6ea8
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -338,6 +338,7 @@ var (
		"prebuilts/sdk/current/support":                    Bp2BuildDefaultTrue,
		"prebuilts/tools":                                  Bp2BuildDefaultTrue,
		"prebuilts/tools/common/m2":                        Bp2BuildDefaultTrue,
		"prebuilts/r8":                                     Bp2BuildDefaultTrueRecursively,

		"sdk/dumpeventlog":  Bp2BuildDefaultTrue,
		"sdk/eventanalyzer": Bp2BuildDefaultTrue,
@@ -1568,6 +1569,11 @@ var (

		// depends on unconverted module tradefed
		"HelloWorldPerformanceTest",

		// r8 is a java_binary, which creates an implicit "r8.jar" target, but the
		// same package contains a "r8.jar" file which gets overshadowed by the implicit target.
		// We don't need this target as we're not using the Soong wrapper for now
		"r8",
	}

	// Bazel prod-mode allowlist. Modules in this list are built by Bazel