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

Commit 877df697 authored by Vinh Tran's avatar Vinh Tran
Browse files

Allowlist librustc_demangle_static

Test: b build
//external/rust/crates/rustc-demangle-capi:librustc_demangle_static
--config=android
Test: b build //external/rust/crates/rustc-demangle-capi:librustc_demangle_static
Bug:  297395183

Change-Id: I1ce220af8ef89001d4ffd608ee1bad27b8011538
parent 75159945
Loading
Loading
Loading
Loading
+101 −103
Original line number Diff line number Diff line
@@ -213,6 +213,7 @@ var (
		"external/python/six":                      Bp2BuildDefaultTrueRecursively,
		"external/rappor":                          Bp2BuildDefaultTrueRecursively,
		"external/rust/crates/rustc-demangle":      Bp2BuildDefaultTrueRecursively,
		"external/rust/crates/rustc-demangle-capi": Bp2BuildDefaultTrueRecursively,
		"external/scudo":                           Bp2BuildDefaultTrueRecursively,
		"external/selinux/checkpolicy":             Bp2BuildDefaultTrueRecursively,
		"external/selinux/libselinux":              Bp2BuildDefaultTrueRecursively,
@@ -536,9 +537,6 @@ var (
		"tools/asuite/atest":/* recursive = */ false,
		"tools/asuite/atest/bazel/reporter":/* recursive = */ true,

		// TODO(b/266459895): remove this and the placeholder BUILD file after re-enabling libunwindstack
		"external/rust/crates/rustc-demangle-capi":/* recursive = */ false,

		// Used for testing purposes only. Should not actually exist in the real source tree.
		"testpkg/keep_build_file":/* recursive = */ false,
	}