Merge "Add neuralnetworks to the mixed build staging list."
This commit is contained in:
@@ -1450,7 +1450,9 @@ 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",
|
||||||
|
}
|
||||||
|
|
||||||
// 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