summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-06-20 13:45:36 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-06-20 13:45:36 +0000
commitf84def7ab55996d191aba987719f1f73a663797f (patch)
treed859f3b3ec4d58903c61b723e7f4c9c68673a493
parent944e02e4bab8837ff331be8d05bf552f5e8b24ee (diff)
parent1c8de77d5df2f176d44fa96db76563b580685b0d (diff)
downloadbluejay-android13-frc-cellbroadcast-release.tar.gz
Snap for 8745897 from 1c8de77d5df2f176d44fa96db76563b580685b0d to tm-frc-cellbroadcast-releaset_frc_cbr_330443000android13-frc-cellbroadcast-release
Change-Id: I4a8367e177cdf57b47743924615630a8da157235
-rw-r--r--audio/bluejay/config/audio_policy_volumes.xml11
-rw-r--r--audio/bluejay/tuning/waves/waves_preset.mpsbin183298 -> 187198 bytes
-rw-r--r--device-bluejay.mk4
3 files changed, 12 insertions, 3 deletions
diff --git a/audio/bluejay/config/audio_policy_volumes.xml b/audio/bluejay/config/audio_policy_volumes.xml
index 159b62a..2fc20cb 100644
--- a/audio/bluejay/config/audio_policy_volumes.xml
+++ b/audio/bluejay/config/audio_policy_volumes.xml
@@ -82,9 +82,14 @@ volume index from 0 to 100.
<volume stream="AUDIO_STREAM_MUSIC" deviceCategory="DEVICE_CATEGORY_SPEAKER">
<point>1,-6200</point>
<point>28,-3800</point>
- <point>72,-1650</point>
- <point>80,-1400</point>
- <point>92,-800</point>
+ <point>64,-2000</point>
+ <point>68,-1800</point>
+ <point>72,-1600</point>
+ <point>76,-1400</point>
+ <point>80,-1200</point>
+ <point>88,-850</point>
+ <point>92,-650</point>
+ <point>96,-400</point>
<point>100,0</point>
</volume>
<volume stream="AUDIO_STREAM_MUSIC" deviceCategory="DEVICE_CATEGORY_EARPIECE"
diff --git a/audio/bluejay/tuning/waves/waves_preset.mps b/audio/bluejay/tuning/waves/waves_preset.mps
index 3d34313..dd74132 100644
--- a/audio/bluejay/tuning/waves/waves_preset.mps
+++ b/audio/bluejay/tuning/waves/waves_preset.mps
Binary files differ
diff --git a/device-bluejay.mk b/device-bluejay.mk
index 3ec3b69..02b27d5 100644
--- a/device-bluejay.mk
+++ b/device-bluejay.mk
@@ -169,6 +169,10 @@ PRODUCT_VENDOR_PROPERTIES += \
PRODUCT_VENDOR_PROPERTIES += \
persist.vendor.camera.exif_reveal_make_model=true
+# Disable rear light sensor probing explicitly
+PRODUCT_VENDOR_PROPERTIES += \
+ persist.vendor.camera.rls_supported=false
+
# Fingerprint antispoof property
PRODUCT_PRODUCT_PROPERTIES +=\
persist.vendor.fingerprint.disable.fake.override=none