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:
parent
15d83480cb
commit
f9ef83b5d4
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue