commit | 00f893fe23a7cee4200a1192c7dded26f114e3d6 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Wed Oct 26 23:32:30 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Oct 26 23:32:30 2016 +0000 |
tree | c3fbc0485bda7a11f07fa9cf08adf35d0727081c | |
parent | 750bb463055aad41b605e7eb9767c865a2a47c57 [diff] | |
parent | 46fb0a6a6f462ddfb9c19528979cf456ddd6a774 [diff] |
Merge "Some cleanups to recovery." am: 46fb0a6a6f Change-Id: Ic247a408b1bd3e2eab1db34eb4b14423d9fd16d6
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