Added edgetpu_config_chip soong config variable to edgetpu.mk.

This variable helps the EdgeTPU components to build different
targets per target chip accordingly.

Bug: 192096682
Test: tested on local Oriole.
Change-Id: I3de4082148392b184ed7e7e40de3fa93cbfe845d
This commit is contained in:
Yu-Chi Cheng 2021-06-25 10:07:15 -07:00
parent 15d83480cb
commit f9ef83b5d4

View file

@ -1,3 +1,9 @@
# Config variables for TPU chip on device.
SOONG_CONFIG_NAMESPACES += edgetpu_config
SOONG_CONFIG_edgetpu_config += chip
SOONG_CONFIG_edgetpu_config_chip := abrolhos
# TPU logging service
PRODUCT_PACKAGES += \
android.hardware.edgetpu.logging@service-edgetpu-logging