- 20 Jul, 2015 1 commit
-
-
Tao Bao authored
Change-Id: I68770ad1a9e99caee292f8010cfd37dfea3acc64
-
- 17 Jul, 2015 2 commits
-
-
Tao Bao authored
-
- 14 Jul, 2015 2 commits
- 11 Jul, 2015 2 commits
-
-
Tao Bao authored
-
- 07 Jul, 2015 1 commit
-
-
Tao Bao authored
-
- 06 Jul, 2015 1 commit
-
-
Mohamad Ayyash authored
Change-Id: Ifb8f84063a406db7aad3f9ef12c349ea09a54e07 Signed-off-by:
Mohamad Ayyash <mkayyash@google.com> (cherry picked from commit 0ddfa329)
-
- 26 Jun, 2015 2 commits
- 24 Jun, 2015 3 commits
-
-
Tao Bao authored
-
Tao Bao authored
Create a symbolic link to res-xxhdpi for res-560dpi. 560dpi devices (like shamu) are currently using a fallback option of xhdpi (320dpi) resources. Now they can get closer ones (480dpi), such as larger fonts on UI screen. Change-Id: I427c3091d7e9892d9a7a1886be6adca14c122b06
-
Elliott Hughes authored
-
- 23 Jun, 2015 3 commits
-
-
Elliott Hughes authored
Also turn on -Werror and remove a dead function. Change-Id: I436f0a91c40e36db985190b3b98b0a4527cf0eeb
-
Elliott Hughes authored
-
Elliott Hughes authored
Bug: http://b/22025550 Change-Id: I20f09ae442536f924f19ede0abf6a2bcc0a5cedf
-
- 10 Jun, 2015 10 commits
-
-
Elliott Hughes authored
-
Elliott Hughes authored
-
Elliott Hughes authored
Bug: http://b/21760064 Change-Id: Idde268fe4d7e27586ca4469de16783f1ffdc5069
-
Sami Tolvanen authored
-
Sami Tolvanen authored
Due to observed BLKDISCARD flakiness, overwrite blocks that we want to discard with zeros first to avoid later issues with dm-verity if BLKDISCARD is not successful. Bug: 20614277 Bug: 20881595 Change-Id: I4f6f2db39db990879ff10468c9db41606497bd6f
-
Sami Tolvanen authored
-
Sami Tolvanen authored
This reverts commit 96392b97. Change-Id: I77acc27158bad3cd8948390a3955197646a43a31
-
caozhiyuan authored
Change-Id: I12b4f880802135a98dbc11a19e74172a3a5ef921
-
Tao Bao authored
-
Tao Bao authored
-
- 09 Jun, 2015 4 commits
-
-
Tao Bao authored
uncrypt needs to be triggered to prepare the OTA package before rebooting into the recovery. Separate uncrypt into two modes. In mode 1, it uncrypts the OTA package, but will not reboot the device. In mode 2, it wipes the /misc partition and reboots. Needs matching changes in frameworks/base, system/core and external/sepolicy to work properly. Bug: 20012567 Bug: 20949086 (cherry picked from commit 158e11d6) Change-Id: I349f6d368a0d6f6ee4332831c4cd4075a47426ff
-
Sami Tolvanen authored
-
Sami Tolvanen authored
Due to observed BLKDISCARD flakiness, overwrite blocks that we want to discard with zeros first to avoid later issues with dm-verity if BLKDISCARD is not successful. Bug: 20614277 Bug: 20881595 Change-Id: I0280fe115b020dcab35f49041fb55b7f8e793da3
- 03 Jun, 2015 6 commits
-
-
Tao Bao authored
-
Tao Bao authored
And a few trival fixes to suppress warnings. Change-Id: I38734b5f4434643e85feab25f4807b46a45d8d65
-
Tao Bao authored
-
Tao Bao authored
Change-Id: I66ae21a25a25fa3c70837bc54a7d406182d4cf37
-
Tao Bao authored
-
Tao Bao authored
Although stdout and stderr are both redirected to log file with no buffering, we are seeing some outputs are mixed in random order. This is because ui_print commands from the updater are passed to the recovery binary via a pipe, which may interleave with other outputs that go to stderr directly. In recovery, adding ui::PrintOnScreenOnly() function to handle ui_print command, which skips printing to stdout. Meanwhile, updater prints the contents to stderr in addition to piping them to recovery. Change-Id: Idda93ea940d2e23a0276bb8ead4aa70a3cb97700
-
- 29 May, 2015 3 commits
-
-
Elliott Hughes authored
-
Tao Bao authored
-
Elliott Hughes authored
I missed one last time. Bug: http://b/20501816 Change-Id: I9896ee2704237d61ee169f898680761e946e0a56
-