Merge "Allowlist transitive deps of libnetworkstats" into main
This commit is contained in:
commit
786c44f9f3
1 changed files with 13 additions and 2 deletions
|
@ -203,6 +203,7 @@ var (
|
|||
"external/ow2-asm": Bp2BuildDefaultTrueRecursively,
|
||||
"external/pcre": Bp2BuildDefaultTrueRecursively,
|
||||
"external/perfmark/api": Bp2BuildDefaultTrueRecursively,
|
||||
"external/perfetto": Bp2BuildDefaultTrue,
|
||||
"external/protobuf": Bp2BuildDefaultTrueRecursively,
|
||||
"external/python/jinja/src": Bp2BuildDefaultTrueRecursively,
|
||||
"external/python/markupsafe/src": Bp2BuildDefaultTrueRecursively,
|
||||
|
@ -448,6 +449,7 @@ var (
|
|||
"system/media/camera": Bp2BuildDefaultTrueRecursively,
|
||||
"system/memory/libion": Bp2BuildDefaultTrueRecursively,
|
||||
"system/memory/libmemunreachable": Bp2BuildDefaultTrueRecursively,
|
||||
"system/netd": Bp2BuildDefaultTrue,
|
||||
"system/security/fsverity": Bp2BuildDefaultTrueRecursively,
|
||||
"system/sepolicy/apex": Bp2BuildDefaultTrueRecursively,
|
||||
"system/testing/gtest_extras": Bp2BuildDefaultTrueRecursively,
|
||||
|
@ -957,7 +959,6 @@ var (
|
|||
"lab-resource-grpc",
|
||||
"blueprint-deptools",
|
||||
"protoc-gen-grpc-java-plugin",
|
||||
"perfetto_trace-full",
|
||||
"tf-remote-client",
|
||||
"tradefed-lite",
|
||||
"tradefed-isolation-protos",
|
||||
|
@ -979,7 +980,6 @@ var (
|
|||
"test-composers",
|
||||
"py3-stdlib-prebuilt-srcs",
|
||||
"platformprotos",
|
||||
"perfetto_metrics-full",
|
||||
"test-services-normalized.apk",
|
||||
"tradefed-common-util",
|
||||
"tradefed-clearcut-client",
|
||||
|
@ -1033,6 +1033,7 @@ var (
|
|||
// the "prebuilt_" prefix to the name, so that it's differentiable from
|
||||
// the source versions within Soong's module graph.
|
||||
Bp2buildModuleDoNotConvertList = []string{
|
||||
|
||||
// rust modules that have cc deps
|
||||
"liblogger",
|
||||
"libbssl_ffi",
|
||||
|
@ -1609,6 +1610,16 @@ var (
|
|||
|
||||
// TODO: b/305223367 - Missing dep on android.test.base-neverlink
|
||||
"ObjenesisTck",
|
||||
|
||||
// TODO - b/306197073: Sets different STL for host and device variants
|
||||
"trace_processor_shell",
|
||||
|
||||
// TODO - b/303713102: duplicate deps added by cc_lite_proto_library
|
||||
"perfetto_unittests",
|
||||
"perfetto_integrationtests",
|
||||
|
||||
// TODO - b/306194966: Depends on an empty filegroup
|
||||
"libperfetto_c",
|
||||
}
|
||||
|
||||
// Bazel prod-mode allowlist. Modules in this list are built by Bazel
|
||||
|
|
Loading…
Reference in a new issue