Chris Paulo
fa53b1f780
Merge "device/akita: Add vibrator properties and enable adaptive haptics" into udc-dev
2023-03-22 21:58:51 +00:00
Edwin Tung
1f417c78db
Merge "gps: update gps version 4.11.0_127" into udc-d1-dev
2023-03-22 07:06:07 +00:00
David Li
127a144986
audio: Please phase in Waves mps and audio_policy_volumes in AK3
...
I put AK3 tuning files in the attached file.
1. waves_preset.mps => this mps comes from Pixel 7a shipping ROM. I only delete Thermal LinkLaw. It will help thermal team to measure device surface thermal correctly.
2. audio_policy_volumes.xml => this file comes from Pixel 7a shipping ROM. In order to help power team to evaluate AK3 every volume step power consumption correctly, we use Pixel 7a audio_policy_volume.xml.
Files from the latest attachment on b/274394692
Bug: 274394692
Test: verified by supery@
Change-Id: Icc1ef3e259d4829f04ca9c58a0861d87252bbbd8
2023-03-20 16:45:55 +08:00
Edwin Tung
1651491441
gps: update gps version 4.11.0_127
...
Bug: 246482115
Test: atest CtsLocationGnssTestCases
atest VtsHalGnssTargetTest
Change-Id: I1b2a9f97f7f253c69136c96653f7e99895d5d802
2023-03-20 16:41:00 +08:00
TreeHugger Robot
41f57a8c9d
Merge "akita: display: move brightness to vendor config" into udc-d1-dev
2023-03-20 06:30:34 +00:00
Sayanna Chandula
b4c3416288
Merge "thermal: seperate thermal config for charging" into udc-d1-dev
2023-03-17 17:04:42 +00:00
Tom Huang
f3817caf91
Merge "BT: Enable big hammer handling" into udc-d1-dev
2023-03-17 05:18:20 +00:00
Edwin Tung
9619765ed4
gps: support Proto 1.1 am: efcae4a976
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/akita/+/22108310
Change-Id: Ic5ed13d2e45d732d2901d7dc459b5f1bff63ecb8
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-03-17 04:29:08 +00:00
kuanyuhuang
8f32bb9a90
BT: Enable big hammer handling
...
Enable BRCM chip big hammer handling due to WLAN already bring up.
Bug: 261526478
Test: local build and enable BT
Change-Id: I0c1428358b113478527e92981b0e5fa53a6f9f2b
2023-03-17 03:17:43 +00:00
Edwin Tung
efcae4a976
gps: support Proto 1.1
...
Bug: 273683464
Test: build pass
Change-Id: I2d16b7c17dcbe9c2948a09a73ab513b1208a749c
2023-03-16 17:06:35 +08:00
David Chao
3269c3e47f
thermal: seperate thermal config for charging
...
- Separate thermal config for charger mode and remove the unused thermal
throttling.
Bug: 272701980
Test: charging throttling worked properly in charger.
Change-Id: I6a13fccd5981cef561d02fddbb19847801e34883
2023-03-16 14:41:40 +08:00
Safayat Ullah
399705ea99
akita: display: move brightness to vendor config
...
Initial brightness for akita is very low in the first boot.
Bug: 267717497
Test: check the initial brightness
Change-Id: Ib31afd2df66b976368f9edbe9f6ec5f1bb58a79c
2023-03-10 14:14:58 +00:00
Robert Lee
5b07e3c994
Merge "audio: fix usb headset loopback fail" into udc-d1-dev
2023-03-10 07:52:58 +00:00
Zheng Pan
22f5866ca6
Merge "Akita: Move init.insmod.cfg from vendor to vendor_dlkm" into udc-d1-dev
2023-03-10 01:23:18 +00:00
Robert Lee
1e7530d03e
audio: fix usb headset loopback fail
...
Bug: 272386078
Test: builds
Change-Id: I9271000121c41d81bd1d77a71d8a13dcd94c0266
Signed-off-by: Robert Lee <lerobert@google.com>
2023-03-09 12:46:02 +00:00
horngchuang
6b0328f442
Revert "Disable camera DPM"
...
This reverts commit 6f0e8ef274
.
Bug: 263218778
Bug: 263065087
Test: local build pass
Change-Id: If79bd205352b8e39e232f62fa2e2f1bdeee7d918
2023-03-09 14:09:28 +08:00
horngchuang
f37124db7c
Add system property for camera OIS with system imu
...
Bug: 268310875
Test: in-rom AOSP camera
Change-Id: Ib0dbe665879024b24ac8c1bc99407383a39e08ab
Merged-In: Ib0dbe665879024b24ac8c1bc99407383a39e08ab
2023-03-09 14:09:08 +08:00
Zheng Pan
ca78a9a01e
Akita: Move init.insmod.cfg from vendor to vendor_dlkm
...
To decouple init.insmod.${device}.cfg from HLOS,
it is moved to kernel repo and built in vendor_dlkm.img.
Also make init.rc to load it from vendor_dlkm/
Bug: 270603150
Test: Build image and check vendor_dlkm.img
Change-Id: I466117c1701f017f4486aa0a10c42bec887c350b
2023-03-06 17:15:25 -08:00
Chris Paulo
d50dbc1d0e
device/akita: Add vibrator properties and enable adaptive haptics
...
Updated device-akita.mk to enable the adaptive haptics feature, as well
as updated the vendor properties to configure adaptive haptics for
akita.
Bug: 198239103
Test: Verified compilation
Change-Id: Iac1edb3758b19a936d2e587e5a3f8859e1ee91be
Signed-off-by: Chris Paulo <chrispaulo@google.com>
2023-03-07 00:18:52 +00:00
Oscar Shu
7a8efd540a
Merge "Update overlay to support MAC randomization on open SSIDs" into udc-dev am: 5cebc32356
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/akita/+/21571233
Change-Id: I5736d68cff775e82376b527593143dc78e3f7283
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-03-03 17:41:05 +00:00
Oscar Shu
5cebc32356
Merge "Update overlay to support MAC randomization on open SSIDs" into udc-dev
2023-03-03 05:15:28 +00:00
TreeHugger Robot
0c02fb3b4a
Merge "Set audio haptic channel amplitude limit" into udc-dev am: f5383ca12b
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/akita/+/21690621
Change-Id: Iaa65298b6be101f36188deb2401c6ffadb9e092d
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-03-02 09:02:27 +00:00
TreeHugger Robot
f5383ca12b
Merge "Set audio haptic channel amplitude limit" into udc-dev
2023-03-02 08:09:44 +00:00
Tai Kuo
476dcc24d5
Set audio haptic channel amplitude limit
...
Bug: 263232120
Test: dumpsys vibrator_manager
Change-Id: I4eea1d592451b0b0cdc648c9ae04b4007d8398cc
2023-03-02 14:15:25 +08:00
Robert Lee
29160d12ca
audio: sync speaker tuning table am: aeb0cc8bbe
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/akita/+/21611962
Change-Id: I8e0d8942e54c4b90b79e0223e5152ef47a91da07
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-03-01 10:15:18 +00:00
Robert Lee
aeb0cc8bbe
audio: sync speaker tuning table
...
Bug: 270917143
Test: builds
Change-Id: If5175610b8a8365e995c5caa0221e9b249c4d279
Signed-off-by: Robert Lee <lerobert@google.com>
2023-03-01 11:44:42 +08:00
TreeHugger Robot
3914e55bea
Merge "haptics: update hapitcs sink and slot setting" into udc-dev am: 29238c1567
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/akita/+/21508788
Change-Id: Iae4745e30b2140ed53288bfc74d0eafd3f74cf9c
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-02-28 19:46:09 +00:00
TreeHugger Robot
29238c1567
Merge "haptics: update hapitcs sink and slot setting" into udc-dev
2023-02-28 16:55:22 +00:00
Oscar Shu
c76f48b727
Update overlay to support MAC randomization on open SSIDs
...
Bug: 270441948
Test: compile
Change-Id: I67e7f9ae71cfd76c268e892926e18fbc74de1672
2023-02-24 01:00:28 +00:00
Edwin Tung
6f1097508c
gps: update gps version 4.11.0_99
...
Bug: 246482115
Test: atest CtsLocationGnssTestCases
atest VtsHalGnssTargetTest
Change-Id: Ic7d3ee923db286c9b2f678932a5c270da59fbf03
2023-02-23 15:27:30 +08:00
Cheng Chang
999cefd6f6
gps: update signal configuration
...
Bug: 267789900
Test: verify fix at b/267789900
Change-Id: Ib77d1199fd3a17fe9dbac8dff21542e762ef4c0d
2023-02-22 04:54:40 +00:00
Cheng Chang
bb16095b6a
Merge "Revert^2 "gps: enable coex function"" into udc-dev
2023-02-22 03:00:38 +00:00
Kris Chen
cd6d3143b1
Remove the redundant g7 ta loading in init.xxx.rc
...
Bug: 264646112
Test: fingerprint works fine after device reboot
Change-Id: I77bb20c3c160cbc8cc1b8a78b14e211cb55ca229
2023-02-21 15:36:27 +08:00
Cheng Chang
2445b88bcd
Revert^2 "gps: enable coex function"
...
17e9880800
Original Description:
gps: enable coex function
Bug: 257093529
Test: Verify at b/257093529
Change-Id: I1a041e740c3dad4b83444fbcdeefec3d2180b209
2023-02-21 05:46:56 +00:00
Tai Kuo
8e3b01c10d
haptics: update hapitcs sink and slot setting
...
Bug: 270023634
Test: trigger audio coupled haptics via sound picker app
Change-Id: I177f18b7915293c00bf9287596fe4e2684f3e898
2023-02-20 21:59:47 +08:00
George
2b9d50fdee
[NFC] Add STReset Tool property
...
Bug: 267838462
Test: VtsHalSecureElementV1_2TargetTest
Change-Id: I8b75c7c92aa06632dd774caba1d9c320bc9a451d
2023-02-14 11:24:47 +08:00
Victor Hsu
2d66d4ba5f
Merge changes from topic "p24a_wifi_overlay"
...
* changes:
wifi: Update interface combination
wifi: Add PixelWifiOverlay2024_midyear and update default values
2023-02-13 13:45:18 +00:00
Victor Hsu
2346634709
wifi: Update interface combination
...
The interface combination is 1 STA + 1 (P2P or NAN or AP).
Bug: 263717518
Test: STA can enable with P2P or NAN or AP concurrently.
Change-Id: Ib542aa1f5b8d5537602cad0ebb7ca728481f27b6
2023-02-11 15:08:39 +08:00
Victor Hsu
d68e86e6ea
wifi: Add PixelWifiOverlay2024_midyear and update default values
...
Disable STA+STA and AP+AP concurrency
Bug: 263717518
Test: Overlay can be read correctly
Change-Id: Iba00daa6b19fb4ccbd6a3a9449fd1458917dc029
2023-02-11 15:07:40 +08:00
Safayat Ullah
2404dfdee6
akita: display: initial frameworks core config file
...
Added config.xml with brightness table and default brightness value.
Bug: 267717497
Test: Check brightness after the initial boot
Change-Id: I0a29361b3d5cb0c6084982592c34db3af6011cda
Signed-off-by: Safayat Ullah <safayat@google.com>
2023-02-10 09:48:21 +00:00
Quang Luong
b423f78234
Merge "Rename softap plugged overlay back to charging"
2023-02-07 16:17:43 +00:00
Edwin Tung
d41c68a223
gps: update gps version 4.11.0_163401
...
Bug: 243059812
Bug: 263687145
Test: AIDL interface pass
Change-Id: I252752d101dc6ff8fc0a3e9bc774ffc19ecaee1e
2023-02-07 17:21:50 +08:00
TreeHugger Robot
3b7700d4e0
Merge "audio: update microphone control"
2023-02-07 06:39:39 +00:00
Jack Lee
bb3e64c035
Merge "Disable swiotlb for akita"
2023-02-07 05:57:59 +00:00
Cheng Chang
17e9880800
Revert "gps: enable coex function"
...
Revert submission 20789557-p23-sdk
Reason for revert: <Revert for Crash issues b/267795737>
Reverted changes: /q/submissionid:20789557-p23-sdk
Change-Id: Ia592a4bf68528c0e302c2654b6468b898a17cd0b
2023-02-07 05:16:58 +00:00
Quang Luong
b59107a7e1
Rename softap plugged overlay back to charging
...
Renaming overlay back to the original "charging" name for backwards
compatibility.
Bug: 264610460
Test: none
Change-Id: Ifba0e17aeba5974c00c27cd92671178d117d3fe8
2023-02-06 21:13:09 +00:00
Quang Luong
07e7911952
Merge "Rename SoftAP timeout while charging overlay to plugged"
2023-02-05 23:41:57 +00:00
Quang Luong
24beec1542
Rename SoftAP timeout while charging overlay to plugged
...
Bug: 264610460
Test: build
Change-Id: I70689b25e35df20ef2e0c6d1fb52e88019f78cfd
2023-02-04 22:26:19 +00:00
yixuanjiang
03b13015d4
audio: update microphone control
...
Test: local
Bug: 267757420
Change-Id: I398a4e9eb4f658d590b740eb0ef1fceb7904bd3e
Signed-off-by: yixuanjiang <yixuanjiang@google.com>
2023-02-04 16:26:09 +08:00
TreeHugger Robot
a21b17361d
Merge changes from topic "Cs40l26DynamicI2CSysfsPath"
...
* changes:
conf: setup vibrator permission and init cs40l26 HAL
vibrator: build from hardware/google/pixel folder
vibrator: remove vibrator
2023-02-04 05:17:05 +00:00