summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-10-27Merge cherrypicks of ['googleplex-android-review.googlesource.com/25163335'] ↵android-14.0.0_r27android-14.0.0_r26android-14.0.0_r25android-14.0.0_r24android-14.0.0_r23android-14.0.0_r22android-14.0.0_r21android-14.0.0_r20android-14.0.0_r19android-14.0.0_r18android-14.0.0_r17android-14.0.0_r16android14-qpr1-s2-releaseandroid14-qpr1-releaseAndroid Build Coastguard Worker
into udc-qpr1-release. Change-Id: I10e137f6ba5819ad76af42ab597ce4d31508bc14
2023-10-27Run fsck to resolve possible data corruptionPaul Lawrence
Trigger fsck on mount of /data if the value of ro.preventative_fsck is not equal to the contents of /metadata/vold/preventative_fsck, then set the file to the property to prevent future runs See b/305658663 for context Bug: 305658663 Test: Make sure fsck run after first boot and not after second (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:1bc693d338e8d26307d51bb6731d8e94f1df33f9) Merged-In: I1263d2d55fe22d994ae8c8654b1e75ad9e4ddafe Change-Id: I1263d2d55fe22d994ae8c8654b1e75ad9e4ddafe
2023-09-26Snap for 10865315 from 36c9c135fd1396b24646691d7c13320dc29e8243 to ↵Android Build Coastguard Worker
udc-qpr1-release Change-Id: I2189a822ad56f4ad3d2d67b68d927718075a51b4
2023-09-26Revert "gs101: Enable SkiaVk as RenderEngine backend"Ian Elliott
This reverts commit b8a0da464b84dd2897a6635f3025f32935635701. Reason for revert: Increased jank reported, especially on the Pixel tablet Bug: 301846142 Bug: 298975477 Change-Id: I8aa4f335cd61ef2800238424aeac2cedd6dcfb67
2023-09-23Snap for 10850711 from 9d936fe8350d9adffda996283a282413684151ca to ↵Android Build Coastguard Worker
udc-qpr1-release Change-Id: I00322df3e43794a240b81149ddcd402f9468694e
2023-09-21usb.rc: Advertise 360p and 480p support through UVCAvichal Rakesh
Many host applications expect and ask for lower resolution streams when streaming from a USB webcam. To support those applications, this CL adds support for 640x480 and 640x360 streams. Bug: 301170431 Test: Manually tested that the resolution is advertised and streamed. Change-Id: I78e9f97575784996aac94e576c7f23b0874a8d09
2023-09-21Snap for 10844344 from b6dd753059f0d2b88ad7e0bb3094cf85d3075351 to ↵Android Build Coastguard Worker
udc-qpr1-release Change-Id: I8ae6ed469985f1c4dd7d8c13fbd766c64202f168
2023-09-21Usb.cpp: Fix typos when unable to disable USB dataKuen-Han Tsai
If Usb.cpp cannot write a zero value to the USB_DATA_PATH file, display the message of "Not able to turn off usb connection notification". Test: refactoring CL. Existing tests still pass. Bug: 301016122 Change-Id: I0c5b7c4dc5bfe21ba17058536b5014eb5d69d1f3
2023-09-20Snap for 10838116 from ed622856fcb74dcf9ceb8fc554f57a6a7d94fffa to ↵Android Build Coastguard Worker
udc-qpr1-release Change-Id: I4e896b86c55faac93b05a9c67909d83f89cced4a
2023-09-20[SELinux] Add gyotaku_app doamin to Pixel 2020.Klines Jiang
Bug: 296836878 Test: Local build and tested pass. Change-Id: I3c4e63fb73ea233838a5ea777a340310a18186ed Merged-In: I3c4e63fb73ea233838a5ea777a340310a18186ed
2023-09-20UsbGadget: Update SDP enum timeout when gadget is pulled upAmit Sunil Dhamne
Indicate to the kernel that the usb gadget is pulled up by writing to `update_sdp_enum_timeout` sysfs node. Write to this node will inform the kernel that it can lower the SDP timeout alarm value which is used to detect an SDP port vs a DCP. ported from c5c5b127a7ed0db559d286284fe77b656bef6945 Bug: 275687235 Test: Check `update_sdp_enum_timeout` is written into after usb gadget is pulled up. Verify that the alarm timeout lowers. Change-Id: Id3ae7e7a20b236cec6604414a7f81860e868bdd0 Signed-off-by: Amit Sunil Dhamne <amitsd@google.com>
2023-09-19Snap for 10832001 from 305dccf733239ea4baad85369958c251557ff09b to ↵Android Build Coastguard Worker
udc-qpr1-release Change-Id: I3d26f3e35bb44eb8a851e4a1fdc4e61916fadf5a
2023-09-19usb: Modify sdp enumeration timeout value in charger modeAmit Sunil Dhamne
Write to /sys/class/typec/port<...>/device/update_sdp_enum_timeout to reduce SDP enumeration timeout value when device is in charger mode. This will enable faster detection of a DCP port. ported from 6710e31a629f81cf308e1099f75a01c82db6d006 Test: Validate (in charger mode) that the sysfs attribute is 1 (meaning lower sdp timeout value is being used). Read dmesg to see print showing timeout value is 5000ms. Bug: 275687235 Change-Id: I1bc872911d7f1eab26e62fe6f12fba05608e0f83 Signed-off-by: Amit Sunil Dhamne <amitsd@google.com>
2023-09-19init.gs101.rc: Disable util-awarenessQais Yousef
There are some regression reports. Disable them completely for now. Bug: 297496375 Change-Id: I2a2b4d13366d3173c441e8ccad456a67ddd3a16b Signed-off-by: Qais Yousef <qyousef@google.com>
2023-09-19Disable variable refresh rate when typing on gs101Wilson Wu
Turn off config_variableRefreshRateTypingSupported on gs101. Bug: 299966467 Test: presubmit Change-Id: Ifcac7ffe451db1b5059fb8827be58c80be828178
2023-09-13Snap for 10804332 from 1540e87a66c7137be7d9996562a304e1125d7c23 to ↵Android Build Coastguard Worker
udc-qpr1-release Change-Id: Idde0698c79832e0d73d74c4c9080d904ec98a081
2023-09-12Snap for 10797983 from 16f7cffd2d8d6ee5a0900da1a3b5f7a89f9407ab to ↵Android Build Coastguard Worker
udc-qpr1-release Change-Id: I2f6e4952e2742c835b30b88f93a29413460fa88e
2023-09-12gs101: tweak memory managementMartin Liu
- set lmkd's swap_free_low_percentage to 100 - decrease swappiness to 60 This tweak also aligns the policy with P23. Test: boots with correct settings Bug: 299975853 Change-Id: I0ed7088ddf2ff2fa0feca2197e5cc03c7f5c6778 Signed-off-by: Martin Liu <liumartin@google.com>
2023-09-12Grant default permissions to PCS for camera connectivityBethany Barrientos
- android.permission.POST_NOTIFICATIONS - android.permission.BLUETOOTH_CONNECT - android.permission.BLUETOOTH_SCAN Test: Same as others in topic Bug: 287069860 Change-Id: I0f00e713f64f2e3676827eb2a0dc2dac873d3577
2023-09-07Snap for 10776546 from b2b8c18001bd3a2ed39545d2a8b6ed5e8f525430 to ↵Android Build Coastguard Worker
udc-qpr1-release Change-Id: If94373d64e46cbb918caf1a102bdf7d999c6a614
2023-09-07Revert "Enable small dirty detection for variable refresh rate"Jorim Jaggi
Revert submission 24149209-enable-vrr-extension Reason for revert: Bug: 299131033 Reverted changes: /q/submissionid:24149209-enable-vrr-extension Change-Id: I9eb3fda4b994344b9125a6b6750cb38298a79db3
2023-09-05Snap for 10763631 from a18057de76e447ec2c5e2b6efdd4d61dcdf2ea5e to ↵Android Build Coastguard Worker
udc-qpr1-release Change-Id: I297da8633751c250e1b67f90b03c75772b5a4364
2023-09-02Enable small dirty detection for variable refresh rateArthur Hung
Bug: 283055450 Test: Build Change-Id: I670432d6e566260df3cfdc938f4ddbae70b5d47a
2023-09-02Snap for 10752753 from c2823b1394461a5be00096ff6ea31d7c57d710d7 to ↵Android Build Coastguard Worker
udc-qpr1-release Change-Id: Icffb70ee7eb12f26f0a7d3e7c0a712a3253420ba
2023-09-01Support variable refresh rate when typing on gs101Wilson Wu
Enable config_variableRefreshRateTypingSupported for gs101 devices. Bug: 283055450 Test: build Change-Id: I3bd19cf75f84cbd5ef949d98a14ff2bd17391204
2023-08-26Snap for 10719298 from 0c89ac66a374e7d0be767c4c6a58d43b95bf0271 to ↵Android Build Coastguard Worker
udc-qpr1-release Change-Id: Ie011d8105b0cb0e5e8f5dd63b69a72ed0d4ab876
2023-08-25Set USF SoC from board makefile.Krzysztof Kosiński
Bug: 296943650 Test: presubmit Change-Id: I11b488211c8bc140bc89c8ccad4a829b1db71d4c
2023-08-11Snap for 10643491 from a7978e5c03c6b9637673a0f05825f35ad809267b to ↵Android Build Coastguard Worker
udc-qpr1-release Change-Id: I1a547b8f06517d4143be4244385ec174ca533d9c
2023-08-10Remove IScreenProtectorDetectorService.Mark Chang
Service isn't enabled on gs101 devices. Test: Failing tests no longer reported. Bug: 293555121 Change-Id: Ie05b57baeb255fc171fb191dca0e7137fa35a4a2 Merged-In: Ie05b57baeb255fc171fb191dca0e7137fa35a4a2 Signed-off-by: Mark Chang <changmark@google.com> (cherry picked from commit 5523c6a162fce7a1a7a8711372d218e8ab090431)
2023-08-09Snap for 10635039 from 5e1b03bf50feb4aff483747e273042172a1f5333 to ↵Android Build Coastguard Worker
udc-qpr1-release Change-Id: I60509fb5024598925c29fa04a284e971b6ade845
2023-08-09gs101: Add path reading for StormIRQZiyi Cui
Bug: 279486693 Test: Verified the existence of atom and correctness of atom stats adb shell cmd stats print-logs && logcat -b all | grep -i 105043 Merged-In: I7b0f7c7226474622f51beb3a6ec9bb0670405b4f Change-Id: I7b0f7c7226474622f51beb3a6ec9bb0670405b4f Signed-off-by: Ziyi Cui <ziyic@google.com> (cherry picked from commit eb0c71135fcd467c8bb269caac46938ba1201713)
2023-08-08Snap for 10628727 from b3a65b477084dc9f0c7f7e9a3fa29fb720be869c to ↵Android Build Coastguard Worker
udc-qpr1-release Change-Id: I5bec6758de5274437803d878e92295a24a446dc2
2023-08-08Disable armnn nnapi backend am: fee0a1cbd1Renato Grottesi
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/24327405 Change-Id: I3739df45187b84c308350450af414410c3ef8da2 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-08-08Disable armnn nnapi backendRenato Grottesi
Discontinue maintenance and active support of ArmNN on Pixel phones. Bug: 294459623 Test: Local nnapi_info Merged-In: I7b0f7c7226474622f51beb3a6ec9bb0670405b4f Change-Id: I9b26de65620965a4b0a834f03fb9f34f966b5c5e
2023-08-01Snap for 10594510 from 117b84251ba82b12ee067189a361e12e4e031897 to ↵Android Build Coastguard Worker
udc-qpr1-release Change-Id: Iad86e53669d4618210ff4e6d2357b20c3c917d95
2023-07-21Update IDisplay to V9Leo Chen
Bug: 255986866 Bug: 227384721 Change-Id: I60027d8eda35eddaee9093d3cd20b0b7d20a8f70
2023-07-20Snap for 10535291 from 88182691e5f988fa7f22b986dbf978e51c870d6f to ↵Android Build Coastguard Worker
udc-qpr1-release Change-Id: Id124c68ff0a0f45376670e821e8b9f5bc54770c1
2023-07-20Bump IDebugManager version to 4Ilya Matyukhin
Bug: 278914238 Test: build Change-Id: Ic4e4039c2a31323eb6c620ffcfc6a15d67279a13
2023-07-20Remove settings for old ArmNN HIDL backend am: 185f372529Renato Grottesi
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/24059469 Change-Id: Ib3084ef736be563eb2d2feb591ee390f9418a666 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-07-20Remove settings for old ArmNN HIDL backendRenato Grottesi
Compile ArmNN shim over the support library. Remove SELinux permissions and settings for the old HIDL backend. The AIDL settings will be in the gs-common folder. Test: Local run of CtsNNAPITestCases Test: Local run of VtsHalNeuralnetworksTargetTest Test: Local run of MLTS Benchmark Bug: 283724775 Merged-In: I51b44b4e11444661cf965265113a22522568b9b1 Change-Id: I58316837c0ed87ce595be30657fd856969478809
2023-07-18Snap for 10515480 from b8a0da464b84dd2897a6635f3025f32935635701 to ↵Android Build Coastguard Worker
udc-qpr1-release Change-Id: Idc7dd04e29f67138873ea41f9d75ab70daf88fb8
2023-07-18gs101: Enable SkiaVk as RenderEngine backendIan Elliott
This changes RenderEngine from using the SkiaGL backend to using the SkiaVk backend. Bug: 290248072 Test: Manual testing Change-Id: Iff67f9582cafdf99664ccc5771e8f9688ccb3209
2023-07-15Snap for 10503120 from 05dca77dcf3724a9bf3ce3d8c96113755f32a8e1 to ↵Android Build Coastguard Worker
udc-qpr1-release Change-Id: I4b85918fc4058f19786d0c443fee67a3af61b3cc
2023-07-14EGL: Reduce multifile blobcache limit to 32MB am: 7b13bc6d5e am: 96a18cc8c0Cody Northrop
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/24044711 Change-Id: I16f7a51145ea8d91829b9a6a1eeebc4b9148a08d Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-07-14EGL: Reduce multifile blobcache limit to 32MB am: 7b13bc6d5eCody Northrop
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/24044711 Change-Id: Idc28f60080706ed9fc9b10daa033e0520f2877fb Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-07-14EGL: Reduce multifile blobcache limit to 32MBCody Northrop
Loading the larger limit is taking too long in the field for apps that are filling the cache. Test: Ran app until it exceeded cache, watched it reset to 50% Bug: 290249239 Change-Id: Ib4ec351fd5f2d59d161578440e8c0d36f8b68a6f
2023-07-13Snap for 10492621 from c43d9d80744430accf16884d8cecd28787c6fd7b to ↵Android Build Coastguard Worker
udc-qpr1-release Change-Id: I6b2b1d297e35efd7d80363797f5a5524ffb5c58c
2023-07-12[automerger skipped] Use version 1 of the DBA service, since version 1 is ↵qinyiyan
the only frozen am: e5e62a21a0 -s ours am: 5a3eb26050 -s ours am skip reason: Merged-In I770b006b364eb371f4df95f48e2fe5be0c9a9bff with SHA-1 eca2cf5b90 is already in history Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/23924861 Change-Id: I34f7db7fcb2e7b65cb7074ee430568780275065f Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-07-12[automerger skipped] Use version 1 of the DBA service, since version 1 is ↵qinyiyan
the only frozen am: e5e62a21a0 -s ours am skip reason: Merged-In I770b006b364eb371f4df95f48e2fe5be0c9a9bff with SHA-1 eca2cf5b90 is already in history Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/23924861 Change-Id: I99b352a33c5c6ee6194c0a2ba5bc70fd20035cab Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-07-12Snap for 10486787 from 10075c78f5ec4112597e64f8aec34fa736783944 to ↵Android Build Coastguard Worker
udc-qpr1-release Change-Id: I484833b9f86b032cda325a1c3fc4fcfd3ecb64fa