diff options
| author | 2022-04-29 11:59:27 +0900 | |
|---|---|---|
| committer | 2022-05-06 11:06:45 +0900 | |
| commit | 0ea5277adfdb8ecef1b5d6ddb3399a4b72674088 (patch) | |
| tree | 6626b47a7b3b58ea867b5f8413adc67c6256c312 | |
| parent | 08f7eadceec856c359614701da06ec95bf88449c (diff) | |
Clean up minSdkVersionAllowlist
remove NN modules from the list.
Bug: 158059172
Test: m com.android.neuralnetworks
Change-Id: I40b25a06afd81a8fad44c853cf4ccff41300f87a
| -rw-r--r-- | android/apex.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/android/apex.go b/android/apex.go index 555cbb55c..5665da256 100644 --- a/android/apex.go +++ b/android/apex.go @@ -856,9 +856,6 @@ var minSdkVersionAllowlist = func(apiMap map[string]int) map[string]ApiLevel { "libeigen": 30, "liblz4": 30, "libmdnssd": 30, - "libneuralnetworks_common": 30, - "libneuralnetworks_headers": 30, - "libneuralnetworks": 30, "libprocpartition": 30, "libprotobuf-java-lite": 30, "libprotoutil": 30, |