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

Commit a73a503d authored by Liz Kammer's avatar Liz Kammer
Browse files

Revert "bp2build: allowlist //external/brotli/... and build libb..."

Revert submission 1814446

Reason for revert: causes failure of mixed_droid
Reverted Changes:
If5285f161:bp2build allowlist //external/libcxx/...
I4e7787374:bp2build: build //system/core/libprocessgroup:libp...
Ibec6d5fbe:bp2build: allowlist //external/brotli/... and buil...

Change-Id: I0486afb20cbd0d994c4821969ce0fdb3e35a9e43
parent 60da00eb
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -169,7 +169,6 @@ var (
		"build/bazel/examples/apex/minimal": Bp2BuildDefaultTrueRecursively,
		"development/sdk":                   Bp2BuildDefaultTrueRecursively,
		"external/gwp_asan":                 Bp2BuildDefaultTrueRecursively,
		"external/brotli":                   Bp2BuildDefaultTrue,
		"system/core/libcutils":             Bp2BuildDefaultTrueRecursively,
		"system/core/libprocessgroup":       Bp2BuildDefaultTrue,
		"system/core/property_service/libpropertyinfoparser": Bp2BuildDefaultTrueRecursively,
@@ -225,12 +224,8 @@ var (

		"gwp_asan_crash_handler", // cc_library, ld.lld: error: undefined symbol: memset

		//system/core/libprocessgroup/...
		"libprocessgroup", // depends on //system/core/libprocessgroup/cgrouprc:libcgrouprc

		//external/brotli/...
		"brotli-fuzzer-corpus", // "declared output 'external/brotli/c/fuzz/73231c6592f195ffd41100b8706d1138ff6893b9' was not created by genrule"

		// Tests. Handle later.
		"libbionic_tests_headers_posix", // http://b/186024507, cc_library_static, sched.h, time.h not found
		"libjemalloc5_integrationtest",