mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-02-01 05:38:17 +00:00
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
32 lines
907 B
Makefile
32 lines
907 B
Makefile
# Edgetpu packages
|
|
|
|
# Config variables for TPU chip on device.
|
|
SOONG_CONFIG_NAMESPACES += edgetpu_config
|
|
SOONG_CONFIG_edgetpu_config += chip
|
|
|
|
SOONG_CONFIG_edgetpu_config_chip := janeiro
|
|
|
|
# TPU logging service
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.edgetpu.logging@service-edgetpu-logging
|
|
# TPU firmware
|
|
PRODUCT_PACKAGES += \
|
|
edgetpu-janeiro.fw
|
|
# TPU NN AIDL HAL
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.neuralnetworks@service-darwinn-aidl
|
|
# TPU application service
|
|
PRODUCT_PACKAGES += \
|
|
vendor.google.edgetpu_app_service@1.0-service
|
|
# TPU vendor service
|
|
PRODUCT_PACKAGES += \
|
|
vendor.google.edgetpu_vendor_service@1.0-service
|
|
# TPU HAL client library
|
|
PRODUCT_PACKAGES += \
|
|
libedgetpu_client.google
|
|
# TPU metrics logger library
|
|
PRODUCT_PACKAGES += \
|
|
libmetrics_logger
|
|
BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs101-sepolicy/edgetpu/
|
|
BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs201-sepolicy/edgetpu/
|