commit | 43d186021a9fae0d2aa4e1a409fdb7132402db00 | [log] [tgz] |
---|---|---|
author | Damien Bargiacchi <drb@google.com> | Wed Sep 07 17:11:07 2016 -0700 |
committer | Damien Bargiacchi <drb@google.com> | Wed Sep 07 17:11:07 2016 -0700 |
tree | 9bae1e4551703e6baa2724ba2a6c084bf2b0bf4e | |
parent | 5e7cfb9af64d5f6bf616d9b6fa40bd0ae82e781a [diff] |
Remove debug log statement; fix build Change-Id: Ief92ec99d902ed58a48be9c2486cb99fdb184d7b
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