Loading android/allowlists/allowlists.go +3 −1 Original line number Diff line number Diff line Loading @@ -1450,7 +1450,9 @@ 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{} StagingMixedBuildsEnabledList = []string{ "com.android.neuralnetworks", } // These should be the libs that are included by the apexes in the ProdMixedBuildsEnabledList ProdDclaMixedBuildsEnabledList = []string{ Loading Loading
android/allowlists/allowlists.go +3 −1 Original line number Diff line number Diff line Loading @@ -1450,7 +1450,9 @@ 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{} StagingMixedBuildsEnabledList = []string{ "com.android.neuralnetworks", } // These should be the libs that are included by the apexes in the ProdMixedBuildsEnabledList ProdDclaMixedBuildsEnabledList = []string{ Loading