From 646dcfa502329e23b1f73afafa0491dfd5301524 Mon Sep 17 00:00:00 2001 From: Sam Delmerico Date: Fri, 7 Apr 2023 14:38:32 -0400 Subject: [PATCH] add libneuralnetworks[_static] to staging allowlist Bug: 266568703 Change-Id: I15a993fdbd7adcc5ce5f05cc754fcf6721d19831 --- android/allowlists/allowlists.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/android/allowlists/allowlists.go b/android/allowlists/allowlists.go index dd0aaeb42..8227abec7 100644 --- a/android/allowlists/allowlists.go +++ b/android/allowlists/allowlists.go @@ -474,6 +474,7 @@ var ( "libgralloctypes", "libnativewindow", "libneuralnetworks", + "libneuralnetworks_static", "libgraphicsenv", "libhardware", "libhardware_headers", @@ -1489,6 +1490,8 @@ var ( // also be built - do not add them to this list. StagingMixedBuildsEnabledList = []string{ "com.android.neuralnetworks", + "libneuralnetworks", + "libneuralnetworks_static", } // These should be the libs that are included by the apexes in the ProdMixedBuildsEnabledList