Allowlist part of tradefed deps
Test: CI Bug: 283193845 Change-Id: Idab167cc1698f40a3853967f31533bdfb6fbd455
This commit is contained in:
parent
8559872623
commit
aa516c562e
1 changed files with 31 additions and 0 deletions
|
@ -75,9 +75,12 @@ var (
|
|||
"build/soong/cc/libbuildversion": Bp2BuildDefaultTrue, // Skip tests subdir
|
||||
"build/soong/cc/ndkstubgen": Bp2BuildDefaultTrue,
|
||||
"build/soong/cc/symbolfile": Bp2BuildDefaultTrue,
|
||||
"build/soong/jar": Bp2BuildDefaultTrue,
|
||||
"build/soong/licenses": Bp2BuildDefaultTrue,
|
||||
"build/soong/linkerconfig": Bp2BuildDefaultTrueRecursively,
|
||||
"build/soong/response": Bp2BuildDefaultTrue,
|
||||
"build/soong/scripts": Bp2BuildDefaultTrueRecursively,
|
||||
"build/soong/third_party/zip": Bp2BuildDefaultTrue,
|
||||
|
||||
"cts/common/device-side/nativetesthelper/jni": Bp2BuildDefaultTrueRecursively,
|
||||
"cts/libs/json": Bp2BuildDefaultTrueRecursively,
|
||||
|
@ -213,6 +216,7 @@ var (
|
|||
"external/tinyalsa": Bp2BuildDefaultTrueRecursively,
|
||||
"external/tinyalsa_new": Bp2BuildDefaultTrueRecursively,
|
||||
"external/toybox": Bp2BuildDefaultTrueRecursively,
|
||||
"external/xz-java": Bp2BuildDefaultTrueRecursively,
|
||||
"external/zlib": Bp2BuildDefaultTrueRecursively,
|
||||
"external/zopfli": Bp2BuildDefaultTrueRecursively,
|
||||
"external/zstd": Bp2BuildDefaultTrueRecursively,
|
||||
|
@ -950,6 +954,33 @@ var (
|
|||
"GsonBuildConfig.java",
|
||||
"gson_version_generator",
|
||||
"lab-resource-grpc",
|
||||
"blueprint-deptools",
|
||||
"protoc-gen-grpc-java-plugin",
|
||||
"perfetto_trace-full",
|
||||
"tf-remote-client",
|
||||
"truth",
|
||||
"tradefed-lite",
|
||||
"tradefed-isolation-protos",
|
||||
"snakeyaml_patched_src_files",
|
||||
"asuite_proto_java",
|
||||
"tradefed-service-grpc-lib",
|
||||
"tradefed-invocation-grpc",
|
||||
"tradefed-external-dependencies",
|
||||
"tradefed-dynamic-sharding-grpc",
|
||||
"tradefed-device-manager-grpc",
|
||||
"statsd_internal_protos",
|
||||
"snakeyaml",
|
||||
"loganalysis",
|
||||
"junit-params",
|
||||
"grpc-java-testing",
|
||||
"grpc-java-netty-shaded",
|
||||
"aoa-helper",
|
||||
"test-services.apk",
|
||||
"test-composers",
|
||||
"py3-stdlib-prebuilt-srcs",
|
||||
"platformprotos",
|
||||
"perfetto_metrics-full",
|
||||
"test-services-normalized.apk",
|
||||
}
|
||||
|
||||
Bp2buildModuleTypeAlwaysConvertList = []string{
|
||||
|
|
Loading…
Reference in a new issue