commit | 5803cbaad26d6f340fe7e608451dcf9cf29140e0 | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Mon Oct 10 14:41:12 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Mon Oct 10 14:41:12 2016 +0000 |
tree | 47e2325d31971b167132ca762dadc2283402800a | |
parent | 6adbc2c98255cd063b44572c898f21477e7946f2 [diff] | |
parent | b2ee79101bc366a25c7dcc995a099e8fc5fd952e [diff] |
Merge "No longer need android/log.h" am: b330559fb6 am: 7bf11aadfd am: 5ceada5bea am: b2ee79101b Change-Id: Ie1a96c43737fb4b78d79cbb28a0d43ad3bfba6e6
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