[Bringup] Enable darwinn EdgeTPU implementation of NNAPI on PRO.

The NNAPI is now fully functional and passes all the tests. This CL enables the Darwinn NNAPI
service by default on the master branch.

Adding an OWNERS file to edgetpu part of gs*01 to make review process
easier in the future.

Bug: 186425023

Test: run_nnapi_test. tflite to nnapi test.

Change-Id: I4caeb01f23526f4094799df968c96646d52e2131
This commit is contained in:
Richard Hsu 2021-07-15 15:25:30 -07:00
parent 5710123448
commit b60bfdd875
2 changed files with 8 additions and 2 deletions

6
edgetpu/OWNERS Normal file
View file

@ -0,0 +1,6 @@
# Devs who work on EdgeTPU on Android.
hsuy@google.com
yuchicheng@google.com
iayara@google.com
qinyiyan@google.com
macwang@google.com

View file

@ -13,8 +13,8 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
edgetpu-janeiro.fw edgetpu-janeiro.fw
# TPU NN AIDL HAL # TPU NN AIDL HAL
#PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
# android.hardware.neuralnetworks@service-darwinn-aidl android.hardware.neuralnetworks@service-darwinn-aidl
# TPU application service # TPU application service
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
vendor.google.edgetpu_app_service@1.0-service vendor.google.edgetpu_app_service@1.0-service