commit | 4098285e8c6b84d3608929ac0ad9a78a18713987 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Fri Nov 04 04:39:44 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Nov 04 04:39:44 2016 +0000 |
tree | 52bf6262f81f93abf87c425bda67b4f88a3c514a | |
parent | f35ce240a136f6e728731fc45aa4bd663bd8240f [diff] | |
parent | 917be35f0fe66f216a7b544466c91326363e7e53 [diff] |
Merge "updater: Fix an off-by-1 bug in file_getprop()." am: da2b34b5d0 am: 917be35f0f Change-Id: I5b26c0bf7f7b156e91f66cffde0b64a5708b7eee
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