commit | 479d9dc2f2601f5858726913e82aac69c1aa22d2 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Fri Mar 04 20:17:11 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Mar 04 20:17:11 2016 +0000 |
tree | bb83df45197369eba5efcc00152008f4bb759cee | |
parent | f639490a51655a4d372663e2f7000666748d7fda [diff] | |
parent | 26112e587084e8b066c28a696533328adde406a9 [diff] |
Merge "recovery: Handle devices without /cache partition."
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