add neuralnetworks to prod allowlist
Bug: 275722093 Change-Id: Ib086bdbbdd433c600efc1be4922226776983915d
This commit is contained in:
@@ -1481,6 +1481,11 @@ var (
|
|||||||
"adb_tls_connection_test",
|
"adb_tls_connection_test",
|
||||||
// M9: mixed builds for mainline trains launch
|
// M9: mixed builds for mainline trains launch
|
||||||
"api_fingerprint",
|
"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
|
// Staging-mode allowlist. Modules in this list are only built
|
||||||
@@ -1488,11 +1493,7 @@ var (
|
|||||||
// which will soon be added to the prod allowlist.
|
// which will soon be added to the prod allowlist.
|
||||||
// It is implicit that all modules in ProdMixedBuildsEnabledList will
|
// It is implicit that all modules in ProdMixedBuildsEnabledList will
|
||||||
// also be built - do not add them to this list.
|
// also be built - do not add them to this list.
|
||||||
StagingMixedBuildsEnabledList = []string{
|
StagingMixedBuildsEnabledList = []string{}
|
||||||
"com.android.neuralnetworks",
|
|
||||||
"libneuralnetworks",
|
|
||||||
"libneuralnetworks_static",
|
|
||||||
}
|
|
||||||
|
|
||||||
// These should be the libs that are included by the apexes in the ProdMixedBuildsEnabledList
|
// These should be the libs that are included by the apexes in the ProdMixedBuildsEnabledList
|
||||||
ProdDclaMixedBuildsEnabledList = []string{
|
ProdDclaMixedBuildsEnabledList = []string{
|
||||||
|
Reference in New Issue
Block a user