Merge "Allowlist grpc-java and its deps" into main am: 0dc9d095b4
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2754985 Change-Id: I454d7c3f6ef985a6f6c66fcfdbc1466645390851 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -196,6 +196,7 @@ var (
|
||||
"external/openscreen": Bp2BuildDefaultTrueRecursively,
|
||||
"external/ow2-asm": Bp2BuildDefaultTrueRecursively,
|
||||
"external/pcre": Bp2BuildDefaultTrueRecursively,
|
||||
"external/perfmark/api": Bp2BuildDefaultTrueRecursively,
|
||||
"external/protobuf": Bp2BuildDefaultTrueRecursively,
|
||||
"external/python/pyyaml/lib/yaml": Bp2BuildDefaultTrueRecursively,
|
||||
"external/python/six": Bp2BuildDefaultTrueRecursively,
|
||||
@@ -925,6 +926,28 @@ var (
|
||||
"libdexmakerjvmtiagent",
|
||||
"libopenjdkjvmti_headers",
|
||||
"libstaticjvmtiagent",
|
||||
|
||||
// tradefed deps
|
||||
"tradefed-protos",
|
||||
"grpc-java",
|
||||
"grpc-java-api",
|
||||
"grpc-java-auth",
|
||||
"grpc-java-context",
|
||||
"grpc-java-core",
|
||||
"grpc-java-core-inprocess",
|
||||
"grpc-java-core-internal",
|
||||
"grpc-java-core-util",
|
||||
"grpc-java-protobuf",
|
||||
"grpc-java-protobuf-lite",
|
||||
"grpc-java-stub",
|
||||
"grpc-java-annotation-stubs",
|
||||
"grpc-java-annotation-stubs-srcjar",
|
||||
"gen_annotations",
|
||||
"opencensus-java-contrib-grpc-metrics",
|
||||
"opencensus-java-api",
|
||||
"gson",
|
||||
"GsonBuildConfig.java",
|
||||
"gson_version_generator",
|
||||
}
|
||||
|
||||
Bp2buildModuleTypeAlwaysConvertList = []string{
|
||||
@@ -1026,7 +1049,6 @@ var (
|
||||
"conscrypt-for-host", // TODO(b/210751803), we don't handle path property for filegroups
|
||||
"host-libprotobuf-java-full", // TODO(b/210751803), we don't handle path property for filegroups
|
||||
"libprotobuf-internal-python-srcs", // TODO(b/210751803), we don't handle path property for filegroups
|
||||
"libprotobuf-java-util-full", // TODO(b/210751803), we don't handle path property for filegroups
|
||||
|
||||
// go deps:
|
||||
"analyze_bcpf", // depends on bpmodify a blueprint_go_binary.
|
||||
|
Reference in New Issue
Block a user