Commit graph

1839 commits

Author SHA1 Message Date
David Li
701babc0a3 audio: add always available display paths
Bug: 378303588
Test: n/a
Flag: vendor.google.whitechapel.audio.flags.enable_always_available_display
Change-Id: I5f485d4e8d734b7f1bc9c8cb0692da044f029605
2024-11-19 06:48:57 +00:00
Wayne Lin
74edc4ad14 Merge "gps: set default SUPL SSL method to SSLv23" into main 2024-11-06 07:03:50 +00:00
Wayne Lin
d720b4a701 gps: set default SUPL SSL method to SSLv23
Bug: 372373466
Test: SUPL NI test verify pass
Change-Id: Ia19794656d027d608bede3da5b018142fde64151
2024-11-05 08:03:03 +00:00
Ted Wang
00b84387af Merge "[Bluetooth] Set default LDAC quality mode to ABR" into main 2024-11-05 01:49:00 +00:00
Ted Wang
18ccb4a3b1 [Bluetooth] Set default LDAC quality mode to ABR
Bug: 351769212
Test: build and check LDAC quality mode
Flag: EXEMPT Config update
Change-Id: I1a8dcdaf76b87edb901923698bd5794a9ac26215
2024-11-04 07:48:44 +00:00
Jaegeuk Kim
89e9f9464f Allow PRODUCT_16K_DEVELOPER_OPTION from other targets
Bug: 342466032
Flag: EXEMPT bugfix
Change-Id: Id18644644b7d127213c36be5e2f6add4b9119060
Signed-off-by: Jaegeuk Kim <jaegeuk@google.com>
2024-11-02 00:56:22 +00:00
Juan Yescas
373618b36a Merge "Remove check for the 16kb kernel directory" into main 2024-10-31 16:28:35 +00:00
Silen Sun
6f13ba7c62 Merge "Remove 'RELEASE_PIXEL_BROADCAST_ENABLED'." into main 2024-10-30 22:59:42 +00:00
Juan Yescas
0db03e1861 Remove check for the 16kb kernel directory
The 16kb kernel directory is expected to be configured
in P24+ devices that has PRODUCT_16K_DEVELOPER_OPTION enable.


Bug: 376267923
Change-Id: I66d8e895d772a05cc4b0548cca48b88d4fa64e13
Flag: EXEMPT bugfix
Test: Build locally
2024-10-30 15:58:16 +00:00
silens
22536c7ae7 Remove 'RELEASE_PIXEL_BROADCAST_ENABLED'.
This build flag is not used now.

Test: build
Bug: 376153497
Flag: EXEMPT only modify device config file
Change-Id: I98a0981c4bef7b3952006135949272e1ce2a7eb4
2024-10-30 06:09:50 +00:00
Sayanna Chandula
3e26b5e953 Merge "thermal: support stats for future temperature predictions" into main 2024-10-29 22:39:17 +00:00
Treehugger Robot
ab2bb6ee1c Merge "gps: Update official release 4.15.3_7_241024_R1 config on P24" into main 2024-10-29 12:07:31 +00:00
Richard Chang
20ca16779a powerhint: Add WriteOnly flag for PA_KILL to avoid SELinux error
The node "/sys/kernel/vendor_mm/pa_kill/reclaim_kb" is write-only. So we need to add WriteOnly flag to prevent powerhal to read the node.

SELinux errors:
avc:  denied  { dac_read_search } for  comm="android.hardwar" capability=2  scontext=u:r:hal_power_default:s0 tcontext=u:r:hal_power_default:s0 tclass=capability permissive=0
avc:  denied  { dac_override } for  comm="android.hardwar" capability=1  scontext=u:r:hal_power_default:s0 tcontext=u:r:hal_power_default:s0 tclass=capability permissive=0

Bug: 350830411
Change-Id: Ic78a419b1500efce631e848d36816bc87d666920
Test: adb shell dumpsys android.hardware.power.IPower/default, check if any avc denied messages
Flag: EXEMPT config json change
2024-10-29 08:25:10 +00:00
ChienHsiang Hsu
b2bbfc29ea Merge "audio: 2024/10/11 Fortemedia table check in for next release" into main 2024-10-24 07:04:07 +00:00
Treehugger Robot
2f7564b8c4 Merge "Modify TARGET_LINUX_KERNEL_VERSION according to build flags" into main 2024-10-24 05:36:20 +00:00
Nina Chen
3232826a88 Modify TARGET_LINUX_KERNEL_VERSION according to build flags
Bug: 374029508
Bug: 357775261
Flag: build.RELEASE_KERNEL_CAIMAN_VERSION
Flag: build.RELEASE_KERNEL_KOMODO_VERSION
Flag: build.RELEASE_KERNEL_TOKAY_VERSION
Change-Id: I0e96ce4cd4ce3768c0fcbb04db8fcd3a28077ae0
2024-10-22 06:59:10 +00:00
James Huang
1830a99ad2 gps: Update official release 4.15.3_7_241024_R1 config on P24
Add Chip_Configuration_ntn_option=2

bug: 369951938
Test: NTN test
Change-Id: Ieae21e4716d39c7e1b73ae6128032abcbcfa689a
2024-10-20 20:57:25 +08:00
Sayanna Chandula
6124fe3c3f thermal: support stats for future temperature predictions
LSTM-VT-PREDICTION-7SEC-BACK:
LSTM predicted current VT 7 seconds back. This is the 2nd sample
of LSTM model output. First sample is for current VT. This can be
compared with current VT to measure LSTM model accuracy for 7 seconds
interval.

LSTM-VT-PREDICTION-NOW:
First sample of LSTM model output

LSTM-VT-PREDICTION-ERROR-7SEC:
Compares LSTM prediction 7 seconds back with current LSTM predicted VT.

Bug: 353345569
Test: Build
Flag: EXEMPT config update

Change-Id: I79abe378fee7be0e6c9311d9e04e61a535e50a09
Signed-off-by: Sayanna Chandula <sayanna@google.com>
2024-10-18 11:44:23 -07:00
Megha Patil
aa1a12892a [VSS] VSS to be supported only for P24 devices
VSS included only for P24 devices

BUG: 369721391
Flag: EXEMPT refactor flag SUPPORT_VENDOR_SATELLITE_SERVICE
Test: Manual Test (Satellite Basic Test)
Change-Id: Icbbef8c976e6974d6fe96ca1a355009f40433522
2024-10-18 10:38:04 +00:00
Jikai Ma
de9f892cc1 thermal: update P24 ml prediction model and config
Bug: 372110489
Test: loaded to device and boot to home
Flag: EXEMPT config update
Change-Id: Ie05768cf2e8da0180fb22c06cc6322a97544669d
Signed-off-by: Jikai Ma <jikai@google.com>
2024-10-17 16:45:27 +00:00
Ali K. Zadeh
e7f0cfb382 Merge "[caimito] Define CAMERA_MULTICAM_BOOST" into main 2024-10-15 23:10:58 +00:00
Jason Hsu
7b857c0da9 audio: 2024/10/11 Fortemedia table check in for next release
<Overall table path>
Fortemedia tables => /vendor/etc/aoc

<change list>
CM4 (Duncan)
--Handsfree
1: HHSWB TX TDDRC noise gate for low volume noise floor
2: HHWB TX TDDRC noise gate for low volume noise floor

Bug: 372825276
Flag: EXEMPT bugfix
Test: verify by Acoustic team
Change-Id: I3dc7b6746b13e0faf1b994437b572ae02e7d2f38
Signed-off-by: Jason Hsu <jasonchhsu@google.com>
2024-10-15 01:30:08 +00:00
Wei Li
3afbcf588b Remove device/google/caimito/Android.mk which is not needed any more since there are no other Android.mk files in subdirectories. am: f59daa122e am: 94349e3293
Original change: https://android-review.googlesource.com/c/device/google/caimito/+/3299596

Change-Id: I96929126c6fc70fd94ffd3e0be3f32ea1e28b55d
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2024-10-11 17:10:07 +00:00
Wei Li
94349e3293 Remove device/google/caimito/Android.mk which is not needed any more since there are no other Android.mk files in subdirectories. am: f59daa122e
Original change: https://android-review.googlesource.com/c/device/google/caimito/+/3299596

Change-Id: Ica65c686186f2cafc40792c378b2feefd321e08e
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2024-10-11 16:47:58 +00:00
Rick Yiu
6d0de408f4 Enable TA and FG prefer idle for some camera streams
These streams do not disable TA or FG prefer idle, so restore it.

Bug: 236868627
Flag: NONE powerhint change does not support flags
Test: build pass
Change-Id: Iadb6f711c907e6ba25c29ac15cc1e8cb73b57684
2024-10-10 11:40:35 +00:00
Wei Wang
cb0300f17c Merge "powerhint: enable auto_prefer_idle in games" into main 2024-10-09 18:38:28 +00:00
Wei Li
f59daa122e Remove device/google/caimito/Android.mk which is not needed any more since there are no other Android.mk files in subdirectories.
Bug: 372291736
Test: CIs
Change-Id: I1d4965859d0a35cec29ffd030f253762c62907cb
2024-10-08 20:13:13 +00:00
Treehugger Robot
aba5cf7aa4 Merge "Use auto prefer fit for launch" into main 2024-10-07 16:17:21 +00:00
Ravi Jain
375a459950 Merge "Remove vibrator HAL service" into main 2024-10-07 06:58:00 +00:00
Wen Chang Liu
539cbd6107 Merge "cm4km4tk4: upgrade to media performance class 15" into main 2024-10-07 04:40:02 +00:00
Pawan Wagh
76073f8ec9 Merge "Enable 16kB developer option for caimito" into main 2024-10-03 21:17:50 +00:00
Yvonne Yip
a6d5fc884a powerhint: enable auto_prefer_idle in games
Bug: 353987938
Test: manual testing
Flag: NONE powerhint
Change-Id: Iddf88214a408d874bd6be8fa9bc72aa335bfa482
2024-10-01 16:01:54 -07:00
Ravi Jain
aff249a377 Remove vibrator HAL service
Remove from device mk files due to relocation to vendor directory.

Bug: 362659323
Test: Build Pass
Flag: EXEMPT refactor
Change-Id: Ief101cf74cd8f98fdcfceefb4160b6d282e6de4a
2024-10-01 15:31:41 +00:00
Akshay Cadambi
8497b3c131 Merge "Disable stereo spatialization." into main 2024-09-30 16:02:14 +00:00
Pawan Wagh
c8d5ce96ca Enable 16kB developer option for caimito
Setting up configs for 16kb developer options for caiman,
komodo and tokay.

Test: atest Enable16KbTest
Bug: 347108593
Change-Id: I783c789c24c05ad069ae3a41cdf0f5fe96c42a51
2024-09-27 21:35:10 +00:00
Rios Kao
52e0fa0589 Merge "caimito: fix unexpected affinity setting." into main 2024-09-27 02:52:36 +00:00
Per Åhgren
8af6d32a92 Merge "tokay: Update APMg3 tuning files" into main 2024-09-24 19:20:26 +00:00
Per Åhgren
76d58a53a7 Merge "caiman: Update APMg3 tuning files" into main 2024-09-24 19:20:22 +00:00
Per Åhgren
5bdfebba61 komodo: Update APMg3 tuning files
note: version 240919

Bug: 295551854
Test: Manually tested by sideloading into komodo AP4A build.
Flag: EXEMPT voip feature
Change-Id: Ia73913e1eef71604e4f48fbd083aeabf9c97dc67
2024-09-24 15:11:59 +00:00
Per Åhgren
84a0c53b49 caiman: Update APMg3 tuning files
note: version 240919

Bug: 295551854
Test: Manually tested by sideloading into caiman AP4A build.
Flag: EXEMPT voip feature
Change-Id: I4170509fa07835ce86ef0cf30631227150dba3e7
2024-09-24 15:08:35 +00:00
Per Åhgren
80a1e9ce5a tokay: Update APMg3 tuning files
note: version 240919

Bug: 295551854
Test: Manually tested by sideloading into tokay AP4A build.
Flag: EXEMPT voip feature
Change-Id: I18a73666c93510696fea96e21e6bb44addff2e28
2024-09-24 15:07:10 +00:00
Rios Kao
97bf4c0b97 caimito: fix unexpected affinity setting.
note:
     Release version: rapid/libspeechenhancer_20240923_1707_RC00
     Which fixes the affinity behavior and
     enhance the performance of each mode.

Test: end-to-end validation.
Bug: 369263425
Flag: EXEMPT bugfix
Change-Id: I62a6729c2d22921d362ed4574dc3021431dbffab
2024-09-24 04:05:17 +00:00
Jamin Liu
8b8d8c85a1 Merge "Add Sony WF-1000XM5 to the LE audio allow list" into main 2024-09-23 03:48:50 +00:00
Treehugger Robot
7f94ce7a1a Merge "bthal: disable thread dispatcher" into main 2024-09-20 09:55:34 +00:00
Jamin Liu
c41913fde5 Add Sony WF-1000XM5 to the LE audio allow list
Bug: 365663045
Test: PTE PQM-BT LE audio unicast test
Flag: EXEMPT The Sony XM5 users are able to disable LE audio in Settings app
Change-Id: I6cb9b170a0dc065a213c4f5d0baadda8a4327385
2024-09-20 09:24:06 +00:00
Treehugger Robot
4cb9d6cf48 Merge "caiman: Update APMg3 tuning files" into main 2024-09-19 18:11:46 +00:00
Treehugger Robot
0b9224e742 Merge "komodo: Update APMg3 tuning files" into main 2024-09-19 18:11:08 +00:00
Treehugger Robot
f18a441821 Merge "tokay: Update APMg3 tuning files" into main 2024-09-19 18:11:07 +00:00
Per Åhgren
024eac1132 tokay: Update APMg3 tuning files
note: version 240919

Bug: 295551854
Test: Manually tested by sideloading into tokay AP4A build.
Flag: EXEMPT voip feature
Change-Id: Ie048117dc5e8fc5cecafc51f889079c7832a0172
2024-09-19 14:03:13 +00:00
Per Åhgren
e38d255a3a caiman: Update APMg3 tuning files
note: version 240919

Bug: 295551854
Test: Manually tested by sideloading into caiman AP4A build.
Flag: EXEMPT voip feature
Change-Id: Id4fa6aafa4cf2a2d722ed37faedfcf05623e146f
2024-09-19 14:01:49 +00:00