Merge "[Refactor] Include edgetpu targets in final image" into main
This commit is contained in:
commit
d167572f4d
1 changed files with 8 additions and 0 deletions
|
@ -1085,6 +1085,14 @@ PRODUCT_PROPERTY_OVERRIDES += persist.vendor.enable.thermal.genl=true
|
|||
include device/google/gs-common/edgetpu/edgetpu.mk
|
||||
# Config variables for TPU chip on device.
|
||||
$(call soong_config_set,edgetpu_config,chip,rio_pro)
|
||||
# Include the edgetpu targets defined the namespaces below into the final image.
|
||||
PRODUCT_SOONG_NAMESPACES += \
|
||||
vendor/google_devices/zumapro/proprietary/gchips/tpu/metrics \
|
||||
vendor/google_devices/zumapro/proprietary/gchips/tpu/tflite_delegate \
|
||||
vendor/google_devices/zumapro/proprietary/gchips/tpu/darwinn_logging_service \
|
||||
vendor/google_devices/zumapro/proprietary/gchips/tpu/nnapi_stable_aidl \
|
||||
vendor/google_devices/zumapro/proprietary/gchips/tpu/aidl \
|
||||
vendor/google_devices/zumapro/proprietary/gchips/tpu/hal
|
||||
# TPU firmware
|
||||
PRODUCT_PACKAGES += edgetpu-rio.fw
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue