Merge "Clean com.android.neuralnetworks APEX whitelist" am: 0d4b9e32d0
Change-Id: Iaacaa13a09d9a6e24b506c9d3e87f3a777891a64
This commit is contained in:
commit
8e49cf8502
12
apex/apex.go
12
apex/apex.go
|
@ -305,25 +305,13 @@ func makeApexAvailableWhitelist() map[string][]string {
|
||||||
"android.hidl.memory.token@1.0",
|
"android.hidl.memory.token@1.0",
|
||||||
"android.hidl.memory@1.0",
|
"android.hidl.memory@1.0",
|
||||||
"android.hidl.safe_union@1.0",
|
"android.hidl.safe_union@1.0",
|
||||||
"gemmlowp_headers",
|
|
||||||
"libarect",
|
"libarect",
|
||||||
"libbuildversion",
|
"libbuildversion",
|
||||||
"libeigen",
|
|
||||||
"libfmq",
|
|
||||||
"libmath",
|
"libmath",
|
||||||
"libneuralnetworks_common",
|
|
||||||
"libneuralnetworks_headers",
|
|
||||||
"libprocessgroup",
|
"libprocessgroup",
|
||||||
"libprocessgroup_headers",
|
"libprocessgroup_headers",
|
||||||
"libprocpartition",
|
"libprocpartition",
|
||||||
"libsync",
|
"libsync",
|
||||||
"libtextclassifier_hash",
|
|
||||||
"libtextclassifier_hash_headers",
|
|
||||||
"libtextclassifier_hash_static",
|
|
||||||
"libtflite_kernel_utils",
|
|
||||||
"philox_random",
|
|
||||||
"philox_random_headers",
|
|
||||||
"tensorflow_headers",
|
|
||||||
}
|
}
|
||||||
//
|
//
|
||||||
// Module separator
|
// Module separator
|
||||||
|
|
Loading…
Reference in New Issue