diff options
| author | ExtremeXT <75576145+ExtremeXT@users.noreply.github.com> | 2025-08-25 13:29:03 +0300 |
|---|---|---|
| committer | techyguyperplexable <hlcj1234567@gmail.com> | 2025-08-25 16:05:43 +0100 |
| commit | 91cb0f88b0018a63a3925692d59fa1cf3efc9da8 (patch) | |
| tree | f5e73bca74a1030f8a6c17f4e3d36af788f60ce6 | |
| parent | 9a890874131d928a6dedebfa9ff2b2b854435db4 (diff) | |
universal9830: Include sthal namespace
Change-Id: Ib76ea415738769e360f3cb4337723bee307025e6
Signed-off-by: ExtremeXT <75576145+ExtremeXT@users.noreply.github.com>
| -rw-r--r-- | device-common.mk | 3 | ||||
| -rw-r--r-- | vendor.prop | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/device-common.mk b/device-common.mk index 17b2d03..133901b 100644 --- a/device-common.mk +++ b/device-common.mk @@ -344,12 +344,13 @@ PRODUCT_SOONG_NAMESPACES += \ hardware/google/pixel \ hardware/samsung \ hardware/samsung_slsi-linaro/exynos/gralloc/gralloc3 \ + hardware/samsung_slsi-linaro/exynos/libaudio/sthal \ hardware/samsung_slsi-linaro/exynos/libaudio/audiohal # SoundTrigger PRODUCT_PACKAGES += \ android.hardware.soundtrigger@2.3-impl:32 \ - sound_trigger.primary.exynos990 + sound_trigger.primary.universal990 PRODUCT_COPY_FILES += \ $(COMMON_PATH)/configs/permissions/privapp-permissions-hotword.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/permissions/privapp-permissions-hotword.xml diff --git a/vendor.prop b/vendor.prop index 851c3e7..9410ae9 100644 --- a/vendor.prop +++ b/vendor.prop @@ -86,9 +86,6 @@ vendor.powerhal.disp.idle_support=false ro.vendor.sec.radio.def_network=9,9 vendor.sec.rild.libpath=/vendor/lib64/libsec-ril.so -# SoundTrigger -ro.hardware.sound_trigger.primary=exynos990 - # ZRAM ro.zram.mark_idle_delay_mins=60 ro.zram.first_wb_delay_mins=180 |
