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

Commit ba969269 authored by Sam Delmerico's avatar Sam Delmerico Committed by Automerger Merge Worker
Browse files

Merge "add neuralnetworks to prod allowlist" am: cf884204 am: 8c41aae8 am:...

Merge "add neuralnetworks to prod allowlist" am: cf884204 am: 8c41aae8 am: 41c7499c am: c177e9d8

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2527042



Change-Id: I4c54b66da0398b0b184253a595c597a1a2612998
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents a9b5b2bb c177e9d8
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -1521,6 +1521,11 @@ var (
		"adb_tls_connection_test",
		// M9: mixed builds for mainline trains launch
		"api_fingerprint",
		// M11: neuralnetworks launch
		"com.android.neuralnetworks",
		"test_com.android.neuralnetworks",
		"libneuralnetworks",
		"libneuralnetworks_static",
	}

	// Staging-mode allowlist. Modules in this list are only built
@@ -1528,11 +1533,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{
		"com.android.neuralnetworks",
		"libneuralnetworks",
		"libneuralnetworks_static",
	}
	StagingMixedBuildsEnabledList = []string{}

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