Merge "comet: add smartfeature table" into main

This commit is contained in:
Rios Kao 2024-01-03 03:02:55 +00:00 committed by Android (Google) Code Review
commit 9bbc0e7aed
3 changed files with 6 additions and 0 deletions

View file

@ -49,6 +49,7 @@ PRODUCT_COPY_FILES += $(call copy-files,$(wildcard $(SPK_FIRMWARE_FULL_PATH)/*)
PRODUCT_SOONG_NAMESPACES += device/google/comet/audio/$(AUDIO_TABLE_FOLDER)/tuning
PRODUCT_PACKAGES += \
recording.gatf \
smartfeature.gstf \
BLUETOOTH.dat \
HANDSFREE.dat \
HANDSET.dat \

View file

@ -31,6 +31,11 @@ prebuilt_etc {
src: "bluenote/recording.gatf",
defaults: ["aoc_defaults"],
}
prebuilt_etc {
name: "smartfeature.gstf",
src: "bluenote/smartfeature.gstf",
defaults: ["aoc_defaults"],
}
prebuilt_etc {
name: "template.xml",
src: "bluenote/template.xml",

Binary file not shown.