Add TARGET_PRODUCT variable to aoc daemon build
Add TARGET_PRODUCT variable to aoc daemon build. This will be useful for including/excluding certain features depending on product type, e.g. T6 hotword AP offload. BUG: 240748763 Change-Id: I412309789279830e2380764bb475a9c65b39c355
This commit is contained in:
parent
46a0ab6018
commit
301ce08839
1 changed files with 1 additions and 0 deletions
|
@ -1036,6 +1036,7 @@ PRODUCT_SOONG_NAMESPACES += \
|
|||
vendor/google/whitechapel/aoc
|
||||
|
||||
$(call soong_config_set,aoc,target_soc,$(TARGET_BOARD_PLATFORM))
|
||||
$(call soong_config_set,aoc,target_product,$(TARGET_PRODUCT))
|
||||
|
||||
#
|
||||
## Audio properties
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue