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

Commit e3c6a296 authored by Trevor Radcliffe's avatar Trevor Radcliffe Committed by Gerrit Code Review
Browse files

Revert "Revert "add media.swcodec to Bazel prod allowlist""

This reverts commit 06101247.

Reason for revert:
Debugging the failures from the previous attempt

Change-Id: Ide7161ca46fd3bac087e976712e07ddeecf6335e
parent 06101247
Loading
Loading
Loading
Loading
+9 −11
Original line number Diff line number Diff line
@@ -1593,6 +1593,11 @@ var (
		"test_com.android.neuralnetworks",
		"libneuralnetworks",
		"libneuralnetworks_static",
		// M13: media.swcodec launch
		"com.android.media.swcodec",
		"test_com.android.media.swcodec",
		"libstagefright_foundation",
		"libcodec2_hidl@1.0",
	}

	// Staging-mode allowlist. Modules in this list are only built
@@ -1600,13 +1605,7 @@ var (
	// which will soon be added to the prod allowlist.
	// It is implicit that all modules in ProdMixedBuildsEnabledList will
	// also be built - do not add them to this list.
	StagingMixedBuildsEnabledList = []string{
		// M13: media.swcodec launch
		"com.android.media.swcodec",
		"test_com.android.media.swcodec",
		"libstagefright_foundation",
		"libcodec2_hidl@1.0",
	}
	StagingMixedBuildsEnabledList = []string{}

	// These should be the libs that are included by the apexes in the ProdMixedBuildsEnabledList
	ProdDclaMixedBuildsEnabledList = []string{
@@ -1614,14 +1613,13 @@ var (
		"libc++",
		"libcrypto",
		"libcutils",
	}

	// These should be the libs that are included by the apexes in the StagingMixedBuildsEnabledList
	StagingDclaMixedBuildsEnabledList = []string{
		"libstagefright_flacdec",
		"libutils",
	}

	// These should be the libs that are included by the apexes in the StagingMixedBuildsEnabledList
	StagingDclaMixedBuildsEnabledList = []string{}

	// TODO(b/269342245): Enable the rest of the DCLA libs
	// "libssl",