commit | 0430aa5b723f5a536437b97b4227180d50004df3 | [log] [tgz] |
---|---|---|
author | Damien Bargiacchi <drb@google.com> | Thu Sep 08 00:22:26 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Sep 08 00:22:26 2016 +0000 |
tree | 50178045d3d2c98c08e816cfcb1fb581d288d202 | |
parent | 13c519396ebee8bb7fa4b3cf7b7bade816ffa385 [diff] | |
parent | a09b65adae0f474eef3bf574dd5bc2297969eccf [diff] |
Remove debug log statement; fix build am: 43d186021a am: a09b65adae Change-Id: I77cb5b4d5262f236a237c5f82a92a7876a9dfccd
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