Bug: 190331327 Bug: 190331548 Bug: 189895600 Bug: 190331108 Bug: 182524105 Bug: 183935302 Test: build ROM and check if the modules and sepolicy are still there Change-Id: Id28ac2094e14051defe0401055d862c6353194f7
29 lines
660 B
Makefile
29 lines
660 B
Makefile
# TPU logging service
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.edgetpu.logging@service-edgetpu-logging
|
|
|
|
# TPU firmware
|
|
PRODUCT_PACKAGES += \
|
|
edgetpu-abrolhos.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/
|