commit | 9b862fdb60b89189f5485fcc1d86415203b7da23 | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Mon Jan 23 08:50:54 2017 -0700 |
committer | Linux Build Service Account <lnxbuild@localhost> | Mon Jan 23 08:50:54 2017 -0700 |
tree | 30a4b50c39b859420cbace47e647875d24bfa99f | |
parent | 0e8ee28269bd7cbdda76b94554da17750d38239a [diff] | |
parent | ac83905ea8db8837f2f2cf5e284898cd1bd6c42a [diff] |
Merge ac83905ea8db8837f2f2cf5e284898cd1bd6c42a on remote branch Change-Id: I91364a5c20b56c4df37b62e012db3865487271e5
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
# 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