commit | 60eae72ac6c35567ea71035d379d4f2300cec77c | [log] [tgz] |
---|---|---|
author | Alex Deymo <deymo@google.com> | Fri Mar 04 05:40:14 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Mar 04 05:40:14 2016 +0000 |
tree | 948ab1b05cd5e245e49a211f2a71073236b15ed7 | |
parent | 5ffc038be6cffd9155fce4f2212ff351415ee7ba [diff] | |
parent | 6bcc8af6e5a5bf9cc0987305cdfa24d4f6e4afa9 [diff] |
Merge "Restore labels on /postinstall during recovery."
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