Allowlist jni_libs and transitive deps of b/297405812

This is an internal android_test (for now), but the deps are in aosp

Bug: 297405812
Test: TH
Change-Id: If271c5f7d159eafd9db739c2699e4470ce44c825
This commit is contained in:
Spandan Das 2023-09-19 17:48:00 +00:00
parent 52d1cc334b
commit 1262f359a4

View file

@ -432,6 +432,7 @@ var (
"tools/apifinder": Bp2BuildDefaultTrue,
"tools/apksig": Bp2BuildDefaultTrue,
"tools/dexter/slicer": Bp2BuildDefaultTrueRecursively,
"tools/external_updater": Bp2BuildDefaultTrueRecursively,
"tools/metalava": Bp2BuildDefaultTrueRecursively,
"tools/platform-compat/java/android/compat": Bp2BuildDefaultTrueRecursively,
@ -914,6 +915,11 @@ var (
"androidx.test.monitor-nodeps",
"androidx.test.annotation",
"androidx.test.annotation-nodeps",
// jni deps of an internal android_test (b/297405812)
"libdexmakerjvmtiagent",
"libopenjdkjvmti_headers",
"libstaticjvmtiagent",
}
Bp2buildModuleTypeAlwaysConvertList = []string{