commit | cdede8b0a4a84403810e86cdafc8d3e080d4e6e0 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Fri Mar 04 20:32:52 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Mar 04 20:32:52 2016 +0000 |
tree | 6aa47729c521cb32abd8260ae1fc23dc81652b35 | |
parent | 0813c01c8bdac09d8a81316d722c8f1d3bc56af9 [diff] | |
parent | d1e56b02e4f072d5100e2865948b721ea5bfa5b3 [diff] |
recovery: Handle devices without /cache partition. am: ae6408d1a2 am: d1e56b02e4 * commit 'd1e56b02e4f072d5100e2865948b721ea5bfa5b3': 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