Allowlist SBOM generation tool so it can be used in Bazel. am: 9d307945be
Original change: https://googleplex-android-review.googlesource.com/c/platform/build/soong/+/23305007 Change-Id: I1792a7cc68d07a73e10226301e05ae9ff47186f1 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -59,7 +59,9 @@ var (
|
|||||||
|
|
||||||
"build/bazel": Bp2BuildDefaultTrueRecursively,
|
"build/bazel": Bp2BuildDefaultTrueRecursively,
|
||||||
"build/make/target/product/security": Bp2BuildDefaultTrue,
|
"build/make/target/product/security": Bp2BuildDefaultTrue,
|
||||||
|
"build/make/tools/protos": Bp2BuildDefaultTrue,
|
||||||
"build/make/tools/releasetools": Bp2BuildDefaultTrue,
|
"build/make/tools/releasetools": Bp2BuildDefaultTrue,
|
||||||
|
"build/make/tools/sbom": Bp2BuildDefaultTrue,
|
||||||
"build/make/tools/signapk": Bp2BuildDefaultTrue,
|
"build/make/tools/signapk": Bp2BuildDefaultTrue,
|
||||||
"build/make/tools/zipalign": Bp2BuildDefaultTrueRecursively,
|
"build/make/tools/zipalign": Bp2BuildDefaultTrueRecursively,
|
||||||
"build/soong": Bp2BuildDefaultTrue,
|
"build/soong": Bp2BuildDefaultTrue,
|
||||||
@@ -1427,6 +1429,9 @@ var (
|
|||||||
"styleprotoslite",
|
"styleprotoslite",
|
||||||
"CtsPkgInstallerConstants",
|
"CtsPkgInstallerConstants",
|
||||||
"guava-android-testlib",
|
"guava-android-testlib",
|
||||||
|
|
||||||
|
// python_test_host with test data
|
||||||
|
"sbom_writers_test",
|
||||||
}
|
}
|
||||||
|
|
||||||
MixedBuildsDisabledList = []string{
|
MixedBuildsDisabledList = []string{
|
||||||
|
Reference in New Issue
Block a user