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

Commit 7a9803cb authored by Colin Cross's avatar Colin Cross Committed by Gerrit Code Review
Browse files

Merge "Add external/musl to the bp2build allowlists"

parents 16d87f33 20c89f1a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -164,6 +164,7 @@ var (
		"external/lzma/C":                        Bp2BuildDefaultTrueRecursively,
		"external/mdnsresponder":                 Bp2BuildDefaultTrueRecursively,
		"external/minijail":                      Bp2BuildDefaultTrueRecursively,
		"external/musl":                          Bp2BuildDefaultTrueRecursively,
		"external/objenesis":                     Bp2BuildDefaultTrueRecursively,
		"external/openscreen":                    Bp2BuildDefaultTrueRecursively,
		"external/ow2-asm":                       Bp2BuildDefaultTrueRecursively,
@@ -1304,6 +1305,9 @@ var (
		// TODO(b/254476335): disable the following due to this bug
		"libapexinfo",
		"libapexinfo_tests",

		// uses glob in $(locations)
		"libc_musl_sysroot",
	}

	Bp2buildCcLibraryStaticOnlyList = []string{}