Merge "add libneuralnetworks[_static] to staging allowlist" am: ebf93ff2d8

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

Change-Id: I1c032f936401141ca89fe0aedadd9e9eb15d4717
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot
2023-04-12 18:38:17 +00:00
committed by Automerger Merge Worker

View File

@@ -475,6 +475,7 @@ var (
"libgralloctypes", "libgralloctypes",
"libnativewindow", "libnativewindow",
"libneuralnetworks", "libneuralnetworks",
"libneuralnetworks_static",
"libgraphicsenv", "libgraphicsenv",
"libhardware", "libhardware",
"libhardware_headers", "libhardware_headers",
@@ -1493,6 +1494,8 @@ var (
// 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", "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