commit | 917be35f0fe66f216a7b544466c91326363e7e53 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Fri Nov 04 04:36:14 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Nov 04 04:36:14 2016 +0000 |
tree | 27e86a2194730cb6279a5a0d99ba4da459a877f4 | |
parent | a98b4e4befceea21104002cceadcf38aac6c90e5 [diff] | |
parent | da2b34b5d08839b7ef2eb08a70d27947ddaa46aa [diff] |
Merge "updater: Fix an off-by-1 bug in file_getprop()." am: da2b34b5d0 Change-Id: Ib5d4f50a42465648bb6a5213f6676b11427b4278
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