Merge "Allowlist metalava and dependencies." am: 47c71e840b
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2438452 Change-Id: Iebb03b15e86b6574f9f284d6b68113d676e53c53 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
c68105aff3
1 changed files with 5 additions and 1 deletions
|
@ -144,7 +144,9 @@ var (
|
|||
"external/jemalloc_new": Bp2BuildDefaultTrueRecursively,
|
||||
"external/jsoncpp": Bp2BuildDefaultTrueRecursively,
|
||||
"external/jsr305": Bp2BuildDefaultTrueRecursively,
|
||||
"external/jsr330": Bp2BuildDefaultTrueRecursively,
|
||||
"external/junit": Bp2BuildDefaultTrueRecursively,
|
||||
"external/kotlinc": Bp2BuildDefaultTrueRecursively,
|
||||
"external/libaom": Bp2BuildDefaultTrueRecursively,
|
||||
"external/libavc": Bp2BuildDefaultTrueRecursively,
|
||||
"external/libcap": Bp2BuildDefaultTrueRecursively,
|
||||
|
@ -277,6 +279,7 @@ var (
|
|||
"platform_testing/tests/example": Bp2BuildDefaultTrueRecursively,
|
||||
|
||||
"prebuilts/clang/host/linux-x86": Bp2BuildDefaultTrueRecursively,
|
||||
"prebuilts/gradle-plugin": Bp2BuildDefaultTrueRecursively,
|
||||
"prebuilts/runtime/mainline/platform/sdk": Bp2BuildDefaultTrueRecursively,
|
||||
"prebuilts/sdk/current/extras/app-toolkit": Bp2BuildDefaultTrue,
|
||||
"prebuilts/sdk/current/support": Bp2BuildDefaultTrue,
|
||||
|
@ -346,7 +349,8 @@ var (
|
|||
"system/tools/sysprop": Bp2BuildDefaultTrue,
|
||||
"system/unwinding/libunwindstack": Bp2BuildDefaultTrueRecursively,
|
||||
|
||||
"tools/apksig": Bp2BuildDefaultTrue,
|
||||
"tools/apksig": Bp2BuildDefaultTrue,
|
||||
"tools/metalava": Bp2BuildDefaultTrue,
|
||||
"tools/platform-compat/java/android/compat": Bp2BuildDefaultTrueRecursively,
|
||||
"tools/tradefederation/prebuilts/filegroups": Bp2BuildDefaultTrueRecursively,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue