Remove android.hardware.neuralnetworks@1.X dependencies.
After moving NNAPI to an APEX, android.hardware.neuralnetworks@1.X were added as explicit dependencies to enable NNAPI static tests to run. It's possible to make them included in NNAPI static tests as static libraries, no point in keeping them here. Bug: 139120468 Test: flashed crosshatch, NNAPI static tests Change-Id: Ib7fb001cb76c9f36dc651f268c9acb7c7bb43a43
This commit is contained in:
parent
30e613a48d
commit
6cbaf66026
|
@ -19,9 +19,6 @@ PRODUCT_PACKAGES += \
|
|||
abb \
|
||||
adbd \
|
||||
am \
|
||||
android.hardware.neuralnetworks@1.0 \
|
||||
android.hardware.neuralnetworks@1.1 \
|
||||
android.hardware.neuralnetworks@1.2 \
|
||||
android.hidl.allocator@1.0-service \
|
||||
android.hidl.base-V1.0-java \
|
||||
android.hidl.manager-V1.0-java \
|
||||
|
|
Loading…
Reference in New Issue