commit | ebcdea85e35a0186975fb50e1a24783d75eb869f | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Apr 19 16:17:42 2016 -0700 |
committer | Elliott Hughes <enh@google.com> | Tue Apr 19 16:17:42 2016 -0700 |
tree | 293ada465e7ea24b0402a2f2eee9d88c81a483e4 | |
parent | e8d0ecccf7e54e73418cac94b0b136bfed94d51a [diff] |
Remove trailing punctuation from recovery strings. Bug: http://b/26548285 Change-Id: I235c620532e1759bfc76a4486409a4404f1c8c6a
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