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: I6082ebe0603f5a63ab0e2d0b1a3c517f32232148
This commit is contained in:
parent
d8610a1415
commit
dc68b3a2cd
1 changed files with 1 additions and 0 deletions
|
@ -1064,6 +1064,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))
|
||||
|
||||
$(call soong_config_set,android_hardware_audio,run_64bit,true)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue