Merge "Clean com.android.neuralnetworks APEX whitelist" am: 0d4b9e32d0
am: 8e49cf8502
Change-Id: If3f8b2c319aafb2a5b759b13360ec7f1d6c1a9e8
This commit is contained in:
commit
2b7c2e877b
12
apex/apex.go
12
apex/apex.go
|
@ -304,25 +304,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