Added edgetpu_config_chip soong variable to gs201 edgetpu.mk.
This allows EdgeTPU component to build different components per target chip. Bug: 192096682 Test: tested on prebuilt. Change-Id: Id9ee7de22648c591f8a540c5441ad375a9ee3439
This commit is contained in:
parent
e3c50a383e
commit
6e14b83fe7
1 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,11 @@
|
|||
# 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue