Skip to content

Commit

Permalink
sdm660-common: Drop non-functional soundtrigger configs
Browse files Browse the repository at this point in the history
* Fixes google assistant voice match in android 11

Change-Id: I8d20c39f99ba871c327ab74fede4de721f1a4f33
  • Loading branch information
SakilMondal committed Sep 21, 2021
1 parent 46ebd61 commit f5f9817
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 320 deletions.
178 changes: 0 additions & 178 deletions audio/sound_trigger_mixer_paths.xml

This file was deleted.

139 changes: 0 additions & 139 deletions audio/sound_trigger_platform_info.xml

This file was deleted.

4 changes: 1 addition & 3 deletions device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ $(call inherit-product, frameworks/native/build/phone-xhdpi-4096-dalvik-heap.mk)
# Audio
PRODUCT_COPY_FILES += \
$(DEVICE_PATH)/audio/audio_platform_info.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_platform_info_intcodec.xml \
$(DEVICE_PATH)/audio/mixer_paths.xml:$(TARGET_COPY_OUT_VENDOR)/etc/mixer_paths.xml \
$(DEVICE_PATH)/audio/sound_trigger_mixer_paths.xml:$(TARGET_COPY_OUT_VENDOR)/etc/sound_trigger_mixer_paths.xml \
$(DEVICE_PATH)/audio/sound_trigger_platform_info.xml:$(TARGET_COPY_OUT_VENDOR)/etc/sound_trigger_platform_info.xml
$(DEVICE_PATH)/audio/mixer_paths.xml:$(TARGET_COPY_OUT_VENDOR)/etc/mixer_paths.xml

# Consumerir
PRODUCT_PACKAGES += \
Expand Down

0 comments on commit f5f9817

Please sign in to comment.