diff options
| -rw-r--r-- | apex/apex.go | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/apex/apex.go b/apex/apex.go index 1dab81be5..322728d8d 100644 --- a/apex/apex.go +++ b/apex/apex.go @@ -244,18 +244,6 @@ func makeApexAvailableWhitelist() map[string][]string { // // Module separator // - m["com.android.extservices"] = []string{ - "flatbuffer_headers", - "liblua", - "libtextclassifier", - "libtextclassifier_hash_static", - "libtflite_static", - "libutf", - "tensorflow_headers", - } - // - // Module separator - // m["com.android.neuralnetworks"] = []string{ "android.hardware.neuralnetworks@1.0", "android.hardware.neuralnetworks@1.1", |