Merge "Allowlist //build/soong/cc/{ndkstubgen,symbolfile}." am: a86cbd4a49
am: 8d6f36b4b1
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1906372 Change-Id: I2be074110d1cd2a672a28eaa7039939fe1f5c516
This commit is contained in:
@@ -232,6 +232,8 @@ var (
|
||||
"build/bazel/examples/apex/minimal": Bp2BuildDefaultTrueRecursively,
|
||||
"build/soong": Bp2BuildDefaultTrue,
|
||||
"build/soong/cc/libbuildversion": Bp2BuildDefaultTrue, // Skip tests subdir
|
||||
"build/soong/cc/ndkstubgen": Bp2BuildDefaultTrue,
|
||||
"build/soong/cc/symbolfile": Bp2BuildDefaultTrue,
|
||||
"cts/common/device-side/nativetesthelper/jni": Bp2BuildDefaultTrueRecursively,
|
||||
"development/sdk": Bp2BuildDefaultTrueRecursively,
|
||||
"external/arm-optimized-routines": Bp2BuildDefaultTrueRecursively,
|
||||
|
@@ -96,8 +96,8 @@ func pythonLibBp2Build(ctx android.TopDownMutatorContext, modType string) {
|
||||
}
|
||||
|
||||
props := bazel.BazelTargetModuleProperties{
|
||||
// Use the native py_library rule.
|
||||
Rule_class: "py_library",
|
||||
Bzl_load_location: "//build/bazel/rules/python:library.bzl",
|
||||
}
|
||||
|
||||
ctx.CreateBazelTargetModule(props, android.CommonAttributes{
|
||||
|
Reference in New Issue
Block a user