From ed7030974bd7a295ecdbdd7bb868902bc4f3dcd9 Mon Sep 17 00:00:00 2001 From: Nikhil Bhanu Date: Mon, 29 Jul 2024 10:06:44 -0700 Subject: [PATCH 1/5] Spatializer: Update configs with latest tunings. auxel commit hash: dbb98fe auxel change ID : I1da381578bb2e847e153e349834e2ca3de9edb3f Bug: 323417281 Test: manual Flag: com.android.media.audio.stereo_spatialization Change-Id: Ib16c659b4161e5c02f9ac294c1a986d4c31cc4c0 --- audio/comet/tuning/spatializer/base | Bin 3912 -> 3932 bytes audio/comet/tuning/spatializer/mode_2_ch | Bin 916 -> 936 bytes audio/comet/tuning/spatializer/mode_6_ch | Bin 784 -> 876 bytes audio/comet/tuning/spatializer/mode_xaural | Bin 884 -> 904 bytes 4 files changed, 0 insertions(+), 0 deletions(-) diff --git a/audio/comet/tuning/spatializer/base b/audio/comet/tuning/spatializer/base index 38cc646e1f4db548866aac2bb32c0836467df2ba..42b4329ea36e5fecc745f6fc0b7e8e4f6e6c745f 100644 GIT binary patch delta 28 icmX>hcSml62fv6Q0|NsO5Hm9HF)%3WZgvfJbOHcZQ3XZ- delta 7 Ocmca3cS3H12R{G}&I0HF diff --git a/audio/comet/tuning/spatializer/mode_2_ch b/audio/comet/tuning/spatializer/mode_2_ch index 470c56cfb061951dd4509b49cfaa8391751f1c52..2610b2d9c3640629ea95de3ff896ca0b577e24b6 100644 GIT binary patch delta 242 zcmbQjzJh&&4in4SGd%w%8!$dp9!y*&q-g z!oV=$P$*E{ng8f&m?26SzA!Q{a9w}QaOO-89t2 zd_cyRzgs}O$?VLs?B6uz039MZS({lAXl}z~e`ZMs0d;M1& delta 222 zcmZ3%K81aQ4iigSTH3$K222tm8Vn2!QzTq~dp85sf&mX31H(FZM-ZC{T@4FF34?afx*Arf8X+bIhIcjjj6lc0)X2gu1KI%w(?l2;($d%%fnH#oe1=Ja=Q%qA i! Date: Mon, 2 Sep 2024 18:05:52 +0800 Subject: [PATCH 2/5] Include gril_hidl.mk for comet Bug: 283064367 Test: verify with test ROMs Flag: EXEMPT HAL interface change Change-Id: Ic0f7d43743d91a49163691a55a6f56c0215ad8a9 --- device-comet.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/device-comet.mk b/device-comet.mk index 6e9e04e..c3bdede 100644 --- a/device-comet.mk +++ b/device-comet.mk @@ -67,6 +67,7 @@ include hardware/google/pixel/vibrator/cs40l26/device.mk include device/google/gs-common/bcmbt/bluetooth.mk include device/google/gs-common/touch/gti/predump_gti_dual.mk include device/google/gs-common/display/dump_second_display.mk +include device/google/gs-common/gril/hidl/1.7/gril_hidl.mk # Increment the SVN for any official public releases ifdef RELEASE_SVN_COMET From ce8f714448bca06dd59be648015496f5845236f7 Mon Sep 17 00:00:00 2001 From: Robin Peng Date: Fri, 6 Sep 2024 07:26:23 +0000 Subject: [PATCH 3/5] Symlink current prebuilt folder to android root The Android are now based on Trunk Stable world and Pixel prebuilts CLs also needs to reply with this which controlled by the flag which results: - the flag value might be different on each branches - the flag value are mostly different on each release configuration - for local builds, ENGs' needs to figure out the correct location of current prebuilts by checking through entire prebuilt textproto files To alleviate this problem, create an symlink file under android root indicates current prebuilt path after invoke the android lunch cmd. Bug: 364831620 Flag: EXEMPT export current prebuilt path Change-Id: Ia9e3ddb4b86e2945e91ecc2ff5a3fcfed1bde177 Signed-off-by: Robin Peng --- comet/BoardConfig.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/comet/BoardConfig.mk b/comet/BoardConfig.mk index c79c97e..5a65e1b 100644 --- a/comet/BoardConfig.mk +++ b/comet/BoardConfig.mk @@ -30,6 +30,7 @@ USES_IDISPLAY_INTF_SEC := true include device/google/zumapro/BoardConfig-common.mk -include vendor/google_devices/zumapro/prebuilts/BoardConfigVendor.mk +include device/google/gs-common/check_current_prebuilt/check_current_prebuilt.mk -include vendor/google_devices/comet/proprietary/BoardConfigVendor.mk include device/google/comet-sepolicy/comet-sepolicy.mk include device/google/comet/wifi/BoardConfig-wifi.mk From 8a51edfaac87a074141881fef6cfae34ec3da4df Mon Sep 17 00:00:00 2001 From: Koli Lin Date: Thu, 5 Sep 2024 08:17:27 +0000 Subject: [PATCH 4/5] Update Comet product ID Test: manual Bug: 316248308 Flag: EXEMPT prop value only update Change-Id: Ie30ca693662b2de26032a0bdd516a86e867f048b --- device-comet.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/device-comet.mk b/device-comet.mk index 6e9e04e..8c57c39 100644 --- a/device-comet.mk +++ b/device-comet.mk @@ -529,8 +529,9 @@ PRODUCT_PACKAGES += \ concurrent_foldable_dual_front_xml # Bluetooth device id +# Comet: 0x4113 PRODUCT_PRODUCT_PROPERTIES += \ - bluetooth.device_id.product_id=20499 + bluetooth.device_id.product_id=16659 # Set support for LEA multicodec PRODUCT_PRODUCT_PROPERTIES +=\ From 0e0b8676dc937c4d6df996019fc65338069740e9 Mon Sep 17 00:00:00 2001 From: Rick Yiu Date: Fri, 6 Sep 2024 09:07:25 +0000 Subject: [PATCH 5/5] Set big core to group_cfs_skip_mask for sys group by default Let sys group tasks will run less in big core by default. Bug: 328210236 Test: build pass Flag: NONE powerhint change does not support flags Change-Id: I9f71dc336792ad0b1add06a83d6261273313f9ef --- powerhint-comet.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/powerhint-comet.json b/powerhint-comet.json index 2fcc7f4..44653f9 100644 --- a/powerhint-comet.json +++ b/powerhint-comet.json @@ -297,7 +297,6 @@ "0x0", "0x80" ], - "DefaultIndex": 0, "ResetOnInit": true }, { @@ -1413,12 +1412,6 @@ "Duration": 0, "Value": "0" }, - { - "PowerHint": "DISPLAY_INACTIVE", - "Node": "SysGroupCfsSkipMask", - "Duration": 0, - "Value": "0x80" - }, { "PowerHint": "DISPLAY_INACTIVE", "Node": "PerTaskMaxIowaitBoost",