From 7977650c499abee59849acf23cc5e701eec36a71 Mon Sep 17 00:00:00 2001 From: Yu Liu Date: Tue, 21 Mar 2023 16:33:03 -0700 Subject: [PATCH] Add neuralnetworks to the mixed build staging list. Related tests modules will be added later. Bug: None Test: CI Change-Id: I1ff66cdf327ae2bf214f87522a302a1957fed3c6 --- android/allowlists/allowlists.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/android/allowlists/allowlists.go b/android/allowlists/allowlists.go index 29179319b..ffcf256ec 100644 --- a/android/allowlists/allowlists.go +++ b/android/allowlists/allowlists.go @@ -1462,7 +1462,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{