Skip to content

Commit

Permalink
umi: Build sound_trigger.primary.kona from source
Browse files Browse the repository at this point in the history
We are anyhow using CAF's sound_trigger_mixer_paths so lets build blobs from source aswell
  • Loading branch information
markakash committed Sep 2, 2021
1 parent 8f7681f commit 8c9cfb2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions base.mk
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ AUDIO_HAL += libqcompostprocbundle
AUDIO_HAL += libhfp
AUDIO_HAL += libsndmonitor
AUDIO_HAL += libqcomvoiceprocessing
AUDIO_HAL += sound_trigger.primary.kona

#AVB
AVB += q-gsi.avbpubkey
Expand Down Expand Up @@ -336,6 +337,9 @@ PRODUCT_COPY_FILES += \
frameworks/av/services/audiopolicy/config/r_submix_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/r_submix_audio_policy_configuration.xml \
frameworks/av/services/audiopolicy/config/usb_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/usb_audio_policy_configuration.xml

PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.software.midi.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.midi.xml

PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.sensor.accelerometer.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.accelerometer.xml \
frameworks/native/data/etc/android.hardware.sensor.barometer.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.barometer.xml \
Expand Down
2 changes: 0 additions & 2 deletions proprietary-files.txt
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,6 @@ vendor/etc/init/android.hardware.lights-qti.rc
-vendor/etc/vintf/manifest/android.hardware.lights-qti.xml

# Listen
vendor/lib/hw/sound_trigger.primary.kona.so
vendor/lib/libadpcmdec.so
vendor/lib/libcapiv2svacnn.so
vendor/lib/libcapiv2vop.so
Expand All @@ -827,7 +826,6 @@ vendor/lib/libgcs.so
vendor/lib/liblistensoundmodel2.so
vendor/lib/libmulawdec.so
vendor/lib/libsmwrapper.so
vendor/lib64/hw/sound_trigger.primary.kona.so
vendor/lib64/libcapiv2svacnn.so
vendor/lib64/libcapiv2vop.so
vendor/lib64/libgcs-calwrapper.so
Expand Down

0 comments on commit 8c9cfb2

Please sign in to comment.