Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fa1334ec authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Allowlist SBOM generation tool so it can be used in Bazel."

parents 291cc5f9 74e3e003
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -65,7 +65,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,
@@ -1441,6 +1443,9 @@ var (
		"MetaDataBaseUnitTest", // depends on libstagefright
		"MetaDataBaseUnitTest", // depends on libstagefright
		"AVCUtilsUnitTest",     // depends on libstagefright
		"AVCUtilsUnitTest",     // depends on libstagefright
		"ColorUtilsTest",       // depends on libmediandk
		"ColorUtilsTest",       // depends on libmediandk

		// python_test_host with test data
		"sbom_writers_test",
	}
	}


	MixedBuildsDisabledList = []string{
	MixedBuildsDisabledList = []string{