Merge "Remove apex_available whitelist for the extservices APEX" into rvc-dev
This commit is contained in:
commit
53754e3592
|
@ -244,14 +244,7 @@ func makeApexAvailableWhitelist() map[string][]string {
|
||||||
// Module separator
|
// Module separator
|
||||||
//
|
//
|
||||||
m["com.android.extservices"] = []string{
|
m["com.android.extservices"] = []string{
|
||||||
"flatbuffer_headers",
|
|
||||||
"liblua",
|
|
||||||
"libtextclassifier",
|
|
||||||
"libtextclassifier_hash_static",
|
|
||||||
"libtflite_static",
|
|
||||||
"libutf",
|
|
||||||
"libz_current",
|
"libz_current",
|
||||||
"tensorflow_headers",
|
|
||||||
}
|
}
|
||||||
//
|
//
|
||||||
// Module separator
|
// Module separator
|
||||||
|
|
Loading…
Reference in New Issue