diff options
author | 2022-05-09 03:33:15 +0000 | |
---|---|---|
committer | 2022-05-09 03:33:15 +0000 | |
commit | 8ee3fb12d1cecf9aed8da656a68cce97f6c8da38 (patch) | |
tree | 3753046d56be3ba5a30dc88453f1559f6894ae6a | |
parent | 51815027564ce9106f0f314ece46247900cc9a70 (diff) | |
parent | 0ea5277adfdb8ecef1b5d6ddb3399a4b72674088 (diff) |
Merge "Clean up minSdkVersionAllowlist"
-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, |