Michael Bestas
ce1740ee88
overlay: Remove quick_qs_{offset,total}_height overlays
...
Commit 49895bb361e74ffe92a3c0b76f988c8e4697b5c1 in device/google/gs101
failed to remove these overlays. Since this tree was created from
device/google/gs101, this results in the following issue on pantah:
* Pull down status bar
* Try to adjust brightness, network settings open instead
This is caused by the 171px offset that causes the status bar
to overlap the brightness slider.
Test: Reliably adjust brightness, confirm with "Show layout bounds"
from developer settings.
Change-Id: I1b97a28c257cb5b0faba830f29e9058d2dbe50fa
2024-10-07 14:24:32 +03:00
Michael Bestas
47a31a778d
overlay: Set config_nightDisplayColorTemperatureCoefficients
...
Extracted from stock.
Change-Id: I5d69d01204b0dd86a7205eb3b16e02f97a7f3db2
2024-10-07 14:24:25 +03:00
Danny Lin
5177b92654
overlay: Enable USB and skin temperature warnings
...
Extracted from stock.
Change-Id: I951f60579a4b7fa2dcc270b5acd433ad1ecb083c
2024-10-07 14:24:03 +03:00
Dan Pasanen
e33a347e59
overlay: enable config_vibrateOnIconAnimation
...
* need those sexy vibes
Change-Id: If5671135879f6f4069d0ed881b41b0a243890349
2024-10-07 14:23:55 +03:00
Danny Lin
5d1e250c2d
overlay: Settings: Enable multiple vibration strength levels
...
All production zuma devices have CS40L2x haptic driver ICs that support
multiple intensities, so expose the Off/Low/Medium/High vibration
strength options like stock.
Co-authored-by: Michael Bestas <mkbestas@gmail.com>
Change-Id: I72645b5bd5772e182592a630df86f9b6166b4923
2024-10-07 14:23:10 +03:00
Danny Lin
74584d51fa
overlay: Don't pin camera app in memory
...
The default camera app can be *huge* in some cases, e.g. when the app in
question is Google Camera. The system will only pin up to the first 80
MiB of the APK file, as well as the first 80 MiB of its odex. There are
several problems with this:
- We could easily end up with 160 MiB of camera app files pinned,
which is a tall order with the 6 GiB of usable RAM that we have
- The data that gets pinned may not even be the most critical data for
launching the camera
Let's disable pinning of the camera app to save RAM.
Change-Id: I745e39b6ff212dfaf9213517d2a2be8ff7384e24
2024-10-07 14:22:52 +03:00
Bruno Martins
f5c7e6ba5c
overlay: Pin standard SystemUI instead of Google's
...
Change-Id: If96bb13d6cc2c2156d8df111a1037247c96c6e0f
2024-10-07 14:22:44 +03:00
Chirayu Desai
2bab0af328
Build EuiccSupportPixelOverlay
...
Change-Id: I46db4122b89798457338f6751982865571529ba6
2024-10-07 14:22:34 +03:00
Chirayu Desai
93e2662428
Add device manifest for radio & keymint
...
Change-Id: Ib6c4b28d33fb64cb05c715d86a96a829a498beac
2024-10-07 14:16:23 +03:00
Chirayu Desai
03c1dac51c
Build vbmeta_vendor
...
Change-Id: I74c028a2e5ade8830526e95f8ec90b1a1da35afb
2024-10-07 14:16:18 +03:00
Chirayu Desai
242d6f22ca
Build vendor
...
Change-Id: I08dff42223ae54386a5ed050b51aa4a39e08bdb6
2024-10-07 14:16:14 +03:00
Chirayu Desai
99ecae283d
Build vendor_dlkm
...
Change-Id: Ic2a0e4cdfdcc448a73bef41e0d2140e9d0aefcf0
2024-10-07 14:16:09 +03:00
mydongistiny
89d5d4172d
Use Google's wifi_ext service
...
* Use vendor.google.wifi_ext@1.0-service
that is in the vendor partition instead
of the AOSP WiFi service.
Change-Id: Ia0fff6ffc532cc6b5e41f8ac242d00e64627cee8
2024-10-07 14:15:56 +03:00
Chirayu Desai
720d936cc6
Add initial Lineage common makefiles
...
Change-Id: I8136e9f0df40ca3bf96dbfd2453275481178cdaa
2024-10-07 14:14:59 +03:00
Herbert Xue
af939d7802
Remove unused device/google/zuma/Android.mk
...
There is no other Android.mk under subdirectory of device/google/zuma.
Bug: 347619275
Test: NA
Change-Id: I7a5e9afb1ccb75ed66e947a3fa1e0bda2c2223b6
2024-10-07 14:14:10 +03:00
Michael Bestas
62371207c2
zuma: Update sepolicy path
...
Change-Id: Ie2d420cd25e1a8b65977504ed987df57b525dc5f
2024-10-07 14:13:13 +03:00
Michael Bestas
90f03e1f0b
Add .gitupstream
...
Change-Id: I79747ef989659c069386a6ed34a59bba2e8ea860
2024-10-07 14:10:48 +03:00
Michael Bestas
1f12b7b750
Add 'sepolicy/' from tag 'android-15.0.0_r1'
...
git-subtree-dir: sepolicy
git-subtree-mainline: 5ac4bfe691
git-subtree-split: 8c9dd0dbcd
Change-Id: If7ab7a231c42edd022de4786d0e0d92c6e77eef0
2024-10-07 14:08:35 +03:00
Android Build Coastguard Worker
5ac4bfe691
Merge cherrypicks of ['googleplex-android-review.googlesource.com/27906354', 'googleplex-android-review.googlesource.com/27956012'] into 24Q3-release.
...
Change-Id: Ifa6c5d849423bf2cf03ad8a3bddb1a0a3ded8a87
2024-07-10 05:23:53 +00:00
Kelvin Zhang
2d0a254101
Mount persist partition in early-init
...
The graphics hal might need to access /persist early in the boot
process. So mount persist early for 4K devices.
Test: boot 4K device
Bug: 338504890
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:73a68dd6d3794ed8a4e791f2c86c4e55a61ea2aa )
Merged-In: I4b2a0a61ebaff5d85a4daac445d81ae3d21aa9c3
Change-Id: I4b2a0a61ebaff5d85a4daac445d81ae3d21aa9c3
2024-07-10 05:10:21 +00:00
Kelvin Zhang
9d0f747603
Only copy efs files to /data if device is 16K page size
...
Test: Boot device, test dev options
Bug: 341216848
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:763984677a0630a2100b150c057c3d128a8f6c3d )
Merged-In: I0bf328b8ff90e125dcbca5261fb8dd4e0ad458d8
Change-Id: I0bf328b8ff90e125dcbca5261fb8dd4e0ad458d8
2024-07-10 05:10:05 +00:00
Android Build Coastguard Worker
4b4d45dee1
Merge cherrypicks of ['googleplex-android-review.googlesource.com/28051077'] into 24Q3-release.
...
Change-Id: Iae0bff35c67755063410c2758d47c13229fc864a
2024-06-28 23:16:37 +00:00
liangjlee
3e96ca1dcf
zuma: Include power/power.mk
...
Bug: 331612600
Flag: EXEMPT (bug 337358613)
Signed-off-by: liangjlee <liangjlee@google.com>
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:48c79683bcac4b697cfa08949dfa4c4c7daed683 )
Merged-In: I370cd115855b43d890dd488de65572593b238efb
Change-Id: I370cd115855b43d890dd488de65572593b238efb
2024-06-28 23:08:36 +00:00
Android Build Coastguard Worker
1a0e33236c
Snap for 11975806 from d17f068362
to 24Q3-release
...
Change-Id: Ic3830a2992458b6bbfd8c8fefe3cd0ba1037d53f
2024-06-15 21:03:25 +00:00
Android Build Coastguard Worker
5cc832e4e7
Snap for 11973804 from d17fdff5f8
to 24Q3-release
...
Change-Id: I8b384c229281b36e39d2361148e093d81c48593f
2024-06-15 01:03:32 +00:00
Treehugger Robot
d17f068362
Merge "Add test for copy_efs_files_to_data script" into main
2024-06-14 21:37:11 +00:00
Kelvin Zhang
120974a4b1
Add test for copy_efs_files_to_data script
...
Test: atest CopyEfsTest
Bug: 346551655
Change-Id: I38eef1dff949c4275bf0b355582238678a6894a7
2024-06-14 13:12:19 -07:00
Android Build Coastguard Worker
0562582075
Snap for 11967491 from a9b7137ea9
to 24Q3-release
...
Change-Id: I033bb919c5dc1fb879e77b5e03b01b819c5f111c
2024-06-13 23:03:29 +00:00
Kyle Tso
d17fdff5f8
usb: Log for retry on role switch
...
Add a log for the retry. Also define the sleep time in the header file.
Bug: 341996696
Change-Id: Ib3cc0c6ad576e7cda26b7f50cdc61d52e6349c78
Signed-off-by: Kyle Tso <kyletso@google.com>
2024-06-13 16:54:37 +08:00
Joey Poomarin Phloyphisut
a9b7137ea9
Merge "pixelstats: add speaker_version sysfs for VendorSpeakerStatsReported" into main
2024-06-13 05:53:30 +00:00
Kyle Tso
9500db736e
Merge "usb: Add retry on role switch" into main
2024-06-13 03:32:21 +00:00
Treehugger Robot
866d218686
Merge "Enable copy efs files support on pgagnotic target" into main
2024-06-13 02:46:40 +00:00
Android Build Coastguard Worker
8c9dd0dbcd
Snap for 11959661 from 7969077e3b
to 24Q3-release
...
Change-Id: I01c3e835b1a3e15068320f89aa7ec3d0460ff794
2024-06-12 23:03:51 +00:00
Android Build Coastguard Worker
a134922ea9
Snap for 11959661 from 6432f05383
to 24Q3-release
...
Change-Id: Ib639adf8cb2c09216c824e26ffa0f6589c5d1975
2024-06-12 23:03:50 +00:00
Salmax Chang
6432f05383
Merge "Restore permission of efs/efs_backup/modem_userdata after mount" into main
2024-06-12 10:25:58 +00:00
Kyle Tso
ef5856a447
usb: Add retry on role switch
...
Bug: 341996696
Change-Id: I8caa65288af1588d24fea4aa6c5768d45d69bbd5
Signed-off-by: Kyle Tso <kyletso@google.com>
2024-06-12 09:16:17 +00:00
Cheng Chang
7969077e3b
gps: Move hal_gnss_pixel declaration to device folder am: 5ff76196c8
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/zuma-sepolicy/+/27576137
Change-Id: Ic16f628926a47350f0e0caf7293e1cfa4521a7fe
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2024-06-12 07:27:17 +00:00
KRIS CHEN
654485385c
Merge "zuma: build fingerprint dump" into main
2024-06-12 04:39:32 +00:00
Treehugger Robot
4e845d9517
Merge "Update IDisplay to V12" into main
2024-06-12 03:20:59 +00:00
Kelvin Zhang
d45d697ded
Enable copy efs files support on pgagnotic target
...
pgagnotic targets might boot into 16KB directly(w/o dev options),
in which case it would need copy efs files support to be enabled.
Test: boot device with dev option disabled, check efs
Bug: 346275905
Change-Id: If18bfa0b0646da8008c6d92bec094b236273cbfc
2024-06-11 16:25:52 -07:00
Kelvin Zhang
d3ce2b9873
Restore permission of efs/efs_backup/modem_userdata after mount
...
Test: Boot device, erase EFS, check selinux labels
Bug: 345803836
Change-Id: Ia511731e001d74409b40b087432e3535ca5cfc8f
2024-06-11 09:13:27 -07:00
Cheng Chang
5ff76196c8
gps: Move hal_gnss_pixel declaration to device folder
...
Bug: 343280252
Test: b/343280252 compile and abtd test
Change-Id: Ief591d28aaea4223f05917d29bc896edec065613
2024-06-11 06:23:21 +00:00
Poomarin Phloyphisut
f3a1a067f1
pixelstats: add speaker_version sysfs for VendorSpeakerStatsReported
...
Bug: 326342880
Test: Local Test
Change-Id: Ib8c93e9297a7afb61005fb523fd664be0a00b459
2024-06-11 05:49:20 +00:00
chenkris
48e1f2418a
zuma: build fingerprint dump
...
Bug: 346450599
Test: adb bugreport
Change-Id: I83f64cb3aa46007dd41674309a811d5f4c5a52a4
2024-06-11 02:51:37 +00:00
Android Build Coastguard Worker
83d4a1011f
Snap for 11944020 from 4ade1a2615
to 24Q3-release
...
Change-Id: I0b2c2c5aac0a992b845ae8d011eeca6f01b49d86
2024-06-08 01:03:57 +00:00
Dennis Shen
4ade1a2615
Merge "switch over to use new storage read api instead of server_configurable_flags, this new read api lib will be needed for new codegened aconfig flag lib." into main
2024-06-07 14:16:53 +00:00
Dennis Shen
1b3d66a9fb
switch over to use new storage read api instead of
...
server_configurable_flags, this new read api lib will be needed for new
codegened aconfig flag lib.
Bug: 321077378
Test m and avd
Change-Id: I99307a4ad8f133232cfd8b47058f936445cb7cce
2024-06-07 13:07:42 +00:00
Android Build Coastguard Worker
69a598cb70
Snap for 11938003 from 7b5d247687
to 24Q3-release
...
Change-Id: I916ed10111bd857712360dda6ea2e6b398e31351
2024-06-06 23:03:31 +00:00
Xin Li
4dfbd6fc86
[automerger skipped] Merge "Merge 2024-06 Release (ab/AP2A.240605.024) to aosp-main-future" into aosp-main-future am: 646c59ec64
-s ours
...
am skip reason: Merged-In I7582ba278abcb30cebe041f775efe45633a58bad with SHA-1 82bb1a5112
is already in history
Original change: https://googleplex-android-review.googlesource.com/c/device/google/zuma/+/27555815
Change-Id: I6987b6972a4afa8958e54879bfcaaad2362946e4
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2024-06-06 21:37:33 +00:00
Xin Li
b8afbb8234
[automerger skipped] Merge 2024-06 Release (ab/AP2A.240605.024) to aosp-main-future am: afc3cc5de2
-s ours
...
am skip reason: Merged-In I7582ba278abcb30cebe041f775efe45633a58bad with SHA-1 82bb1a5112
is already in history
Original change: https://googleplex-android-review.googlesource.com/c/device/google/zuma/+/27555815
Change-Id: I82ad8f2cbd2af63d183af86c30924e70b0a54f38
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2024-06-06 21:36:12 +00:00