diff options
| author | 2020-05-15 14:46:43 +0000 | |
|---|---|---|
| committer | 2020-05-15 14:46:43 +0000 | |
| commit | 8cf3e5471db04da274965a8e5c0dc3d465f08c5f (patch) | |
| tree | c722cbaccf1d7dc5697719181c86e12235ec8180 | |
| parent | e3fa145692fa9a5f5280bc0476979fed35048db2 (diff) | |
| parent | a8c03921f2c9d15fc20e41c622f44ea15d2703d3 (diff) | |
Merge "Remove apex_available whitelist for the extservices APEX"
| -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", |