Commit graph

127 commits

Author SHA1 Message Date
Koli Lin
34f1e9bb44 [Bluetooth] update sar table by region
Bug: 338890550
Bug: 338889494
Bug: 338890548
Test: make
Change-Id: I53dafa8b11197d57ae684c42e3ea53732f2c4ef8
2024-05-09 15:50:56 +00:00
shihchienc
6a7042decf [P24] remove Thread HAL service
as thread software is not POR of p24 on TA, remove thread hal service
here. will put it back once change goes into p24 branch.

Bug: 333516795
Test: manual flash and check if thread hal service exists by adb shell
ps |grep "thread_network"

Change-Id: I83c34ab6e44be593d25bb29e883e6e00b967589d
Merged-In: I83c34ab6e44be593d25bb29e883e6e00b967589d
(cherry picked from commit 867521c482)
2024-04-26 17:14:30 +00:00
Shinru Han
3c2cde09f0 Merge "gps: update gps makefile" into 24D1-dev 2024-04-24 00:59:37 +00:00
John Chang
528fb87965 Merge "display: remove 10 Hz blocking zone" into 24D1-dev 2024-04-23 16:57:02 +00:00
cweichun
bc2f58551c display: remove 10 Hz blocking zone
Bug: 335656648
Test: check blocking zone correctness
Change-Id: I8ef71536f6cda69c2c55130b7463f5656fde3cee
Merged-In: I8ef71536f6cda69c2c55130b7463f5656fde3cee
(cherry picked from commit aac0caa551)
2024-04-23 12:13:17 +00:00
Ravi Jain
6393ce77c4 Merge "dumpstate: touch: Init using touch_predump" into 24D1-dev 2024-04-19 05:47:47 +00:00
Nina Chen
9c06890855 Change padding and height radio for Komodo keyboard
Bug: 325517508
Change-Id: I8a34754638051e43193b0f1db982a085ed2cbb45
Merged-In: I8a34754638051e43193b0f1db982a085ed2cbb45
(cherry picked from commit 6c549c3465)
2024-04-18 11:36:00 +08:00
Shinru Han
2b0b39e63e gps: update gps makefile
Test: on-device
Bug: 326527903
Change-Id: Ib4c9e9251e3d3dbb5b7bdfc24477cdc2e106a5e0
Merged-In: Ib4c9e9251e3d3dbb5b7bdfc24477cdc2e106a5e0
2024-04-17 13:22:41 +00:00
Samridhi
66023bce1e Add component override for komodo, tokay, caiman
Bug: 330743136
Test: MANUAL
Change-Id: Ia9a775316a52f794cc2db45d6d688972b5d40bf8
2024-04-12 04:58:00 +00:00
Ravi Jain
ceceadca8a dumpstate: touch: Init using touch_predump
More info at go/touch_predump

Test: Test locally on test device and check predump_touch works.
Bug: 287907308
Change-Id: Ie08caa36bf58827db3d9fc0c820b0ad6880df664
Signed-off-by: Ravi Jain <raviajain@google.com>
2024-04-11 18:10:33 +00:00
Gil Liu
44e0b74739 Merge "add display ACL default mode" into 24D1-dev 2024-04-10 12:30:08 +00:00
gilliu
734b3149fa add display ACL default mode
Bug: 322083016
Test: check the setting on adb shell getprop command
Change-Id: I6741060559412d66559b0f647a9af38432ae38a8
2024-04-10 06:11:59 +00:00
cweichun
954660ce4a display: low-light blocking zone support
Bug: 315876417
Test: verify the functionality works
Change-Id: I894d4db3d3d016d4f7c5d689c56af532bee94181
Merged-In: I894d4db3d3d016d4f7c5d689c56af532bee94181
2024-04-02 20:20:46 +00:00
Samridhi
44bfef88ac Merge "Add pixelsupport sepolicy in caiman, komodo, tokay" into 24D1-dev 2024-03-29 06:58:02 +00:00
Shiyong Li
a72bda037b Merge "display: add display TE2 properties" into 24D1-dev 2024-03-28 21:10:16 +00:00
Samridhi
f45de4ef98 Add pixelsupport sepolicy in caiman, komodo, tokay
Bug: 329276535
Test: make selinux_policy, flash and test
Change-Id: I2a5d41037f93f57b9915c9c0cde995c5ff00a611
2024-03-28 20:39:33 +00:00
Treehugger Robot
235f315550 Merge "Disable Thread with resource overlay" into 24D1-dev 2024-03-28 06:46:06 +00:00
Chris Lu
b3d09dd103 display: add display TE2 properties
Add this property to enable the TE2 control in the composer.

Bug: 307787644
Test: getprop | grep vendor.primarydisplay.fixed_te2
Change-Id: I493aa7471dcfd6c542d49fad07c724f50ecba3b9
2024-03-28 00:33:30 +00:00
Kamal Shafi
f84859f124 Merge "Revert^2 "caimito: add system imu property"" into 24D1-dev 2024-03-27 05:40:06 +00:00
shihchienc
94cc865318 Disable Thread with resource overlay
Bug: 330111321
Test: manual check the thread stack is not enabled
Change-Id: Id7a1a6c38c53d0fa3f9aca96fd4f8c609b9ba10e
2024-03-27 04:41:42 +00:00
Kamal Shafi
ca204ff06d Revert^2 "caimito: add system imu property"
This reverts commit 5a9d9cb5f2.

Reason for revert: patching race condition together

Bug: 324008766
Change-Id: I7f067b6b80a714a162a4efa6ee13a11a459ec7e6
2024-03-22 08:43:41 +00:00
Kamal Shafi
06501fef05 Merge "Revert "caimito: add system imu property"" into 24D1-dev 2024-03-21 22:10:02 +00:00
Kamal Shafi
5a9d9cb5f2 Revert "caimito: add system imu property"
This reverts commit f90e1873c4.

Reason for revert: b/330294678 device suspend caused probe stop halfway and device wastes power.

Bug: 330294678
Test: build
Change-Id: I937b6d3bf8c6b46dc460080b0c47aa8f139d9d25
2024-03-21 08:48:27 +00:00
Kamal Shafi
d61a8faf82 Merge "caimito: add system imu property" into 24D1-dev 2024-03-18 06:34:57 +00:00
Jiaming Liu
95a2933e07 Enable WM extensions on caiman and komomdo
Bug: 325321407
Test: Build
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:54eb81e993b3c2d9879eea91441251257ac3c4a5)
Merged-In: I1fc9e40f569c84641f5d1d714f24f11f391c9726
Change-Id: I1fc9e40f569c84641f5d1d714f24f11f391c9726
2024-03-17 13:51:14 +00:00
Yabin Cui
b09ad5b9e7 komodo: add etm modules in userdebug/eng builds
Bug: 321061072
Test: build and run komodo
Change-Id: Ida1044c1d997f19b9072af3da233d3a781cd9e89
Merged-In: Ida1044c1d997f19b9072af3da233d3a781cd9e89
2024-03-15 14:15:31 -07:00
Kamal Shafi
f90e1873c4 caimito: add system imu property
Bug: 324008766
Test: build pass
Change-Id: I74a0b88556d1f1fcd2e4f06a28906e658046e777
Signed-off-by: Kamal Shafi <kamalshafi@google.com>
2024-03-15 09:17:50 +00:00
Carter Hsu
65c3514e3a audio: remove the HIDL SoundDose from AIDL
Bug: 328014856
Test: atest vts_treble_vintf_vendor_test, and confirmed no android_hardware_audio_sounddose_ISoundDoseFactory_default_V2_5 error
Change-Id: I62bac2610c81dc24a9a60166f0e5ec3bafa7297f
Signed-off-by: Carter Hsu <carterhsu@google.com>
2024-03-11 02:36:28 +00:00
John Chang
f928eef2bd display: change vrr.enabled to xrr.version
Bug: 328001545
Test: Test MRR Version 2 is properly configured
Change-Id: Ibcd8a9de34ec3d183a8188394dbf39f5fadc224a
2024-03-07 22:19:51 +00:00
shihchienc
4ef4ccf7f3 Support Thread HAL on KM4CM4TK4
add Thread config into device, default not enabled.

Bug: 318601784
Test: Build pass
Change-Id: Ie2fbb205ff373762d20c12f013e7f892cc2787ad
2024-02-29 05:44:18 +00:00
Bill Yi
443a642059 Add AOSP support for caiman/komodo/tokay
We will have a 'vendor' project containing proprietary blobs
to be able to build and flash Pixel device when vendor source is not
available.
The project names are
platform/vendor/aosp/google_devices/caiman
platform/vendor/aosp/google_devices/komodo
platform/vendor/aosp/google_devices/tokay

and the path is
vendor/google_devices/caiman
vendor/google_devices/komodo
vendor/google_devices/tokay

BUG: 325612343
Change-Id: I881994da5b81e963f5427af1642e29bffdca9c97
2024-02-27 14:26:16 -08:00
Richard Chang
03dddaa99e Merge "caimito: move zram size setting to general mk file" into main 2024-02-23 06:08:35 +00:00
Alan Chen
aa3f6e79fd Merge "Add radioext aidl" into main 2024-02-22 13:21:01 +00:00
Alan Chen
74808432c4 Add radioext aidl
Bug: 322125172
Test: manual, device logs show radioext-aidl is running
Change-Id: I08af250a82f6fd8df98b7f1cf932ff4f64bec46c
2024-02-22 08:14:33 +08:00
Richard Chang
dcb22ad94d caimito: move zram size setting to general mk file
Bug: 316995456
Test: perfwbs
Change-Id: Ic6f6cf0550eea45c1fe04d2b610dc523228c9737
2024-02-21 08:54:55 +00:00
John Pan
1abbab87f9 Don't use default wallpaper when factory build
Bug: 325851912
Test: Build pass; Manual
Change-Id: I962ea1e1577d32874a0d6dbb2f89dd23e4f1919d
2024-02-21 06:21:35 +00:00
Chris Lu
7b41ff6f88 display: km4 & cm4: change histogram threshold for operation rate
Bug: 321638294
Test: getprop vendor.primarydisplay.op.hist_delta_th
Change-Id: I8b89f35c540d1cc51406fbf9f97d2314e43d77a8
2024-02-17 08:49:41 +00:00
Jaegeuk Kim
c0e7918504 Define LOCAL_PATH
Similar to b/286503615 as komodo_ufs is also failing.

Bug: 286503615
Change-Id: Ic3fa6a163eb958fbdbc5bfabc8e1411a2bbb9690
Signed-off-by: Jaegeuk Kim <jaegeuk@google.com>
2024-02-12 13:32:35 -08:00
Treehugger Robot
536f86d6c7 Merge "Rename include_libsitril-gps-wifi" into main 2024-02-06 20:23:30 +00:00
Cole Faust
d59321a595 Rename include_libsitril-gps-wifi
We're adding a restriction that soong config namespaces/variables
are valid go identifiers. The dash in the name fails that check.

Bug: 323382414
Test: Presubmits
Change-Id: Ic8d92ec69abecaeaf955bb239fca65a013891a34
2024-02-06 09:54:29 -08:00
Akshay Cadambi
07268cd25e Merge "Audio: Enabled stereo spatialization property for caiman, komodo, tokay and ripcurrent devices" into main 2024-02-06 03:07:09 +00:00
John Pan
7587c3eac3 Merge "Build CM4/KM4/TK4 default CMF color wallpaper" into main 2024-02-02 02:15:51 +00:00
John Pan
279e76caed Build CM4/KM4/TK4 default CMF color wallpaper
Bug: 321990833
Test: Build pass; Manual
Change-Id: Ide83ad816cebd158f2a131e88da1aaf3766f50d5
2024-02-01 07:00:18 +00:00
Nikhil Bhanu
e751883fcc Audio: Enabled stereo spatialization property for caiman, komodo, tokay
and ripcurrent devices

Bug: 323223919
Test: manual - Tested enable/disable behavior on shiba
Test: manual - Playback stereo content with spatial audio enabled
Change-Id: I1a4dde2f0b2ccc08562bc72adf3739a12742dbb7
2024-01-31 17:39:53 -08:00
Alan Chen
3b68e24ad5 Add display coex tables for tk4 km4 cm4
Bug: 322125172
Test: manual, files are on device
Change-Id: Ic060fd6e1a20fe2a6e45b42d3a2b490e839d97c3
2024-01-31 18:18:10 +08:00
Wayne Lin
5aecaa4810 Merge "gps: refine iGNSS build system - sepolicy" into main 2024-01-30 05:45:58 +00:00
Charlotte Lu
46189be66d Merge "Add JP Initial MIC elabel" into main 2024-01-30 02:55:29 +00:00
jonerlin
814db4d68f bt: update JP Sar table for JP dogfood user
Bug: 322450852
Test: build pass
Change-Id: I7f7a5e01db9b94c4eafb26d1606802876596cb21
2024-01-29 20:10:20 +08:00
Charlotte Lu
e64e6da939 Add JP Initial MIC elabel
Fix: 317019325

Test: Visual

Change-Id: Idbb66adbe7773d85e87660a45822af9f01bc595c
2024-01-29 10:01:06 +00:00
Wayne Lin
f55306c11b gps: refine iGNSS build system - sepolicy
Bug: 318310869
Bug: 315915958
Test: build pass, GPS works and no GPS avc denied error
Change-Id: I074d9184e68f688a532c62697d5a6d99f8cffd47
2024-01-29 05:50:16 +00:00