diff --git a/audio/ripcurrent/config/audio_platform_configuration.xml b/audio/ripcurrent/config/audio_platform_configuration.xml index 1aab4e6..2435e98 100644 --- a/audio/ripcurrent/config/audio_platform_configuration.xml +++ b/audio/ripcurrent/config/audio_platform_configuration.xml @@ -295,6 +295,7 @@ + diff --git a/audio/ripcurrent/config/audio_policy_configuration.xml b/audio/ripcurrent/config/audio_policy_configuration.xml index c53bfe2..2620d7f 100644 --- a/audio/ripcurrent/config/audio_policy_configuration.xml +++ b/audio/ripcurrent/config/audio_policy_configuration.xml @@ -148,7 +148,7 @@ - + @@ -227,6 +227,8 @@ sources="primary output,deep buffer,haptic,raw,mmap_no_irq_out,voip_rx,hifi_playback,compressed_offload,immersive_out"/> + - + @@ -183,6 +183,8 @@ sources="primary output,deep buffer,haptic,raw,mmap_no_irq_out,voip_rx,hifi_playback,compressed_offload,immersive_out"/> + - + @@ -179,6 +179,8 @@ sources="primary output,deep buffer,haptic,raw,mmap_no_irq_out,voip_rx,hifi_playback"/> + - + @@ -204,6 +204,8 @@ sources="primary output,deep buffer,haptic,raw,mmap_no_irq_out,voip_rx,hifi_playback,compressed_offload,immersive_out"/> + + + + + + + diff --git a/device-husky.mk b/device-husky.mk index bab1542..f8786c7 100644 --- a/device-husky.mk +++ b/device-husky.mk @@ -124,6 +124,10 @@ PRODUCT_PACKAGES += \ PRODUCT_PROPERTY_OVERRIDES += \ ro.audio.spatializer_enabled=true +# Audio CCA property +PRODUCT_PROPERTY_OVERRIDES += \ + persist.vendor.audio.cca.enabled=false + # DCK properties based on target PRODUCT_PROPERTY_OVERRIDES += \ ro.gms.dck.eligible_wcc=3 \ @@ -239,6 +243,16 @@ PRODUCT_PACKAGES += \ PRODUCT_SOONG_NAMESPACES += vendor/google_devices/shusky/prebuilts # Location +# SDK build system +ifneq ($(BOARD_WITHOUT_RADIO),true) +# Release stable version to factory image +ifneq ($(filter factory_%,$(TARGET_PRODUCT)),) + include device/google/gs-common/gps/brcm/device.mk +else + include device/google/gs-common/gps/brcm/device_v2.mk +endif +endif + PRODUCT_COPY_FILES += \ device/google/shusky/location/gps.cer:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/gps.cer diff --git a/device-ripcurrent.mk b/device-ripcurrent.mk index 87ce735..77d5c9b 100644 --- a/device-ripcurrent.mk +++ b/device-ripcurrent.mk @@ -203,6 +203,16 @@ PRODUCT_PACKAGES += \ PRODUCT_SOONG_NAMESPACES += vendor/google_devices/shusky/prebuilts # Location +# SDK build system +ifneq ($(BOARD_WITHOUT_RADIO),true) +# Release stable version to factory image +ifneq ($(filter factory_%,$(TARGET_PRODUCT)),) + include device/google/gs-common/gps/brcm/device.mk +else + include device/google/gs-common/gps/brcm/device_v2.mk +endif +endif + PRODUCT_COPY_FILES += \ device/google/shusky/location/gps.cer:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/gps.cer diff --git a/device-shiba.mk b/device-shiba.mk index ceeef17..02dad18 100644 --- a/device-shiba.mk +++ b/device-shiba.mk @@ -115,6 +115,10 @@ PRODUCT_PACKAGES += \ PRODUCT_PROPERTY_OVERRIDES += \ ro.audio.spatializer_enabled=true +# Audio CCA property +PRODUCT_PROPERTY_OVERRIDES += \ + persist.vendor.audio.cca.enabled=false + # DCK properties based on target PRODUCT_PROPERTY_OVERRIDES += \ ro.gms.dck.eligible_wcc=2 \ @@ -229,6 +233,16 @@ PRODUCT_PACKAGES += \ PRODUCT_SOONG_NAMESPACES += vendor/google_devices/shusky/prebuilts # Location +# SDK build system +ifneq ($(BOARD_WITHOUT_RADIO),true) +# Release stable version to factory image +ifneq ($(filter factory_%,$(TARGET_PRODUCT)),) + include device/google/gs-common/gps/brcm/device.mk +else + include device/google/gs-common/gps/brcm/device_v2.mk +endif +endif + PRODUCT_COPY_FILES += \ device/google/shusky/location/gps.cer:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/gps.cer diff --git a/location/gps.xml b/location/gps.xml index 87364f4..7fd151a 100644 --- a/location/gps.xml +++ b/location/gps.xml @@ -62,6 +62,7 @@ ReAidingIntervalSec="1200" RuntimeSwLteFilterEnable="true" MaxThreadNum="13" + SensorsMask="0x244" />