commit | 4eec72d2cf8c1be0068feffc804035dab756c78d | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Apr 20 15:14:47 2016 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Apr 20 15:14:47 2016 +0000 |
tree | b62bd49a1a33b4de70e7457ec3778554ff666c0b | |
parent | dd895d0adaa691a078f18a95a7f5ac0eaf776cae [diff] | |
parent | ebcdea85e35a0186975fb50e1a24783d75eb869f [diff] |
Merge "Remove trailing punctuation from recovery strings." into nyc-dev
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