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

Commit 063b5773 authored by Liz Kammer's avatar Liz Kammer Committed by Gerrit Code Review
Browse files

Merge "Move fingerprint genrule and DCLA cc libraries to prod allowlists."

parents 61980fe2 01addfcd
Loading
Loading
Loading
Loading
+9 −7
Original line number Diff line number Diff line
@@ -1442,8 +1442,10 @@ var (
	// Bazel prod-mode allowlist. Modules in this list are built by Bazel
	// in either prod mode or staging mode.
	ProdMixedBuildsEnabledList = []string{
		// M5: tzdata launch
		"com.android.tzdata",
		"test1_com.android.tzdata",
		// M7: adbd launch
		"com.android.adbd",
		"test_com.android.adbd",
		"adbd_test",
@@ -1451,6 +1453,8 @@ var (
		"adb_pairing_auth_test",
		"adb_pairing_connection_test",
		"adb_tls_connection_test",
		// M9: mixed builds for mainline trains launch
		"api_fingerprint",
	}

	// Staging-mode allowlist. Modules in this list are only built
@@ -1458,21 +1462,19 @@ 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{
		"api_fingerprint",
	}
	StagingMixedBuildsEnabledList = []string{}

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

	// These should be the libs that are included by the apexes in the StagingMixedBuildsEnabledList
	StagingDclaMixedBuildsEnabledList = []string{
	ProdDclaMixedBuildsEnabledList = []string{
		"libbase",
		"libc++",
		"libcrypto",
		"libcutils",
	}

	// 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",
	// "libstagefright_flacdec",