commit | 0e5292104b515d7eb9976b7d5c9e8c5e8a04a30d | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Apr 20 15:21:34 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Apr 20 15:21:34 2016 +0000 |
tree | b62bd49a1a33b4de70e7457ec3778554ff666c0b | |
parent | 5be36da6518cc0707e8cdcdc6382999efcf70f17 [diff] | |
parent | 4eec72d2cf8c1be0068feffc804035dab756c78d [diff] |
Merge "Remove trailing punctuation from recovery strings." into nyc-dev am: 4eec72d * commit '4eec72d2cf8c1be0068feffc804035dab756c78d': Remove trailing punctuation from recovery strings. Change-Id: If9529323c0933f88f8d28a450589d2864af19ad2
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