- Dec 15, 2020
-
-
Remi NGUYEN VAN authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1513142 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I9a3654a23153a7c2aaab8a89836709e3ce2a8293
-
Remi NGUYEN VAN authored
-
Tianjie Xu authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1528859 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ie85bf84792a00f19abbb88f450ea4212dbbc7d48
-
Jeff Sharkey authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1528978 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I53f4a9f7048850937e0355b18dfb483dedeb7f2e
-
Tianjie Xu authored
-
Jeff Sharkey authored
-
Jeff Sharkey authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1528858 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ieb0064c6fcd6ba1c0b4a26b415541f1c55d7c231
-
Tianjie authored
Use the same owner file from the services. Test: build Change-Id: I976c90c2fd16efe20ca3b944c6e45c30550e3226
-
Jeff Sharkey authored
-
Tianjie authored
Add rubinxu@ as the owner of reboot escrow related functionalities. Test: build Change-Id: Iadafb92c7c43c5002c15e843445931388440e0ba
-
- Dec 14, 2020
-
-
Hyunyoung Song authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1527764 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I3c1810a0e0e1cd0443d603e91455a2f9ce7e5c11
-
Hyunyoung Song authored
-
Tianjie Xu authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1519582 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ia8d09a821357e06539bc2c71ad8c22587dac0176
-
Tianjie authored
The RecoverySystem mostly handles OTA update and interactions with the recovery mode. Add the ota team as the owner. Test: build Change-Id: I81bae46d919ea70f04729d34b62d4a569541d914
-
Tianjie Xu authored
* changes: Factor out a class to store the rebootEscrow key Add namespace in DeviceConfig to support ota teams's features
-
Diego Vela authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1526686 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ic983f3dd9c32bbb9dbd98fd6bee282d5bb43f055
-
Diego Vela authored
-
Diego Vela authored
6db09a0a Change-Id: I81b0a1228b73b9b4fc8116d1eb3134e5d04a76cd
-
Diego Vela authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1527775 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I7b973ca854b399d1dfc97b13cdfac9aff60f9b15
-
Diego Vela authored
-
Treehugger Robot authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1527771 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I459bd1a817859b7307726dac666aaf29b7da50e8
-
Ryan Mitchell authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1519911 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I58d9a1b68bc80e385c261ebc80b75b41a6fcd628
-
Ryan Mitchell authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1519910 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I0e4decf7a7f9b1e4d6c1b6fb45f37d105c15b9a0
-
Ryan Mitchell authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1519909 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I9a570e6b8ef32bebe5477b1d784b07857c165e06
-
Mårten Kongstad authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1519908 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ida388363c903286801d2833bacb78f6523b44664
-
Mårten Kongstad authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1519907 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: If62d07750556e734686a0c1df2f2e533b83c1b1c
-
Diego Vela authored
Revert "Add <uses-library> information." Revert "Add <uses-library> information." Revert submission 1427961-uses-libs-23 Reason for revert: Broken build Bug: 175607244 Reverted Changes: I6ab699005:Add <uses-library> information. Id5d5fe1df:Add <uses-library> information. Id12741c9b:Add <uses-library> information. I2fe6e09c2:Add <uses-library> information. Change-Id: Ibe200e1c32cb6153b69da17676842f04cb2e8b1f
-
Treehugger Robot authored
-
Treehugger Robot authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1527770 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Iddc1fdc40d62553d7179da4ee1ca522f3a4be43b
-
Treehugger Robot authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1522027 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ief315674565dd6ba825b26045522c2c9cdd1b7cc
-
Ryan Mitchell authored
* changes: Revert^2 "Cache resolved theme values" Set resource id correctly when resolve fails Revert^2 "libandroidfw hardening for IncFs" idmap2: remove call to obsolete 'idmap2 verify' from valgrind.sh idmap2: remove the 'scan' command
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Tianjie authored
To support server based RoR, we will communicate with server to encrypt the time constrained reboot escrow key; and put the encrypted key on /data. This replaces the call to the reboot escrow HAL. Add an interface to support both implementations. Bug: 172780686 Test: atest FrameworksServicesTests:RebootEscrowDataTest \ FrameworksServicesTests:LockSettingsServiceTests \ FrameworksServicesTests:RecoverySystemServiceTest \ FrameworksServicesTests:RebootEscrowManagerTests Change-Id: Icf10d5771b1efd8197b677158f39fd240c5c4107
-
Ytai Ben-Tsvi authored
Test: n/a Change-Id: I5c0366f0be49e9d42860694af22550f026f75cbf
-
Tianjie authored
One sample usage is to toggle between server based or HAL based implementation for resume on reboot. Bug: 172780686 Test: adb shell device_config put ota server_based_ror_enabled true; Check the value in system server code Change-Id: Ia9d3cae788e9316850ce1fc417c12b5fc109b1a3
-
Amos Bianchi authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1526999 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ib95b8b28971d041c11c9d11d00dfe991567612aa
-
Gavin Corkery authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1507504 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ied674d7ff891caf26d751b6f15af2db9f0eea08f
-
Ryan Mitchell authored
Adds the owners of the resources sub-system to own resources related classes in core/jni and the split-select tool previously owned by adamlesinski@. Bug: none Test: none Change-Id: I0117b0ccb258fb0b9a3e075dfd81c0351abecd3a
-
Amos Bianchi authored
-