f3d3dca01d1760750c8649130ab3a21d4fd0756b
19bb05dfc7 am: 3ac1995cfd am: aa9f017ceb
am: 998c6debca
Change-Id: Ifb2e1a950c685816a70e4edfb2514319a4b03cc1
Merge "Further compress the text images with zopflipng" am:
61240f88ea am: 3e244dc301 am: 5a84cecd26
Merge "updater: Kill the duplicate PrintSha1() in install.cpp." am:
19bb05dfc7 am: 3ac1995cfd am: aa9f017ceb
The Recovery Image
Quick turn-around testing
mm -j && m ramdisk-nodeps && m recoveryimage-nodeps
# To boot into the new recovery image
# without flashing the recovery partition:
adb reboot bootloader
fastboot boot $ANDROID_PRODUCT_OUT/recovery.img
Running the tests
# After setting up environment and lunch.
mmma -j bootable/recovery
# Running the tests on device.
adb root
adb sync data
# 32-bit device
adb shell /data/nativetest/recovery_unit_test/recovery_unit_test
adb shell /data/nativetest/recovery_component_test/recovery_component_test
# Or 64-bit device
adb shell /data/nativetest64/recovery_unit_test/recovery_unit_test
adb shell /data/nativetest64/recovery_component_test/recovery_component_test
Description
Languages
C++
50.2%
C
43.6%
Makefile
1.9%
Java
1.8%
Roff
1%
Other
1.4%