commit | bb3d4a102c4775cfc964bd4158a320c0e7968a7e | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Mon Feb 22 23:23:59 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Mon Feb 22 23:23:59 2016 +0000 |
tree | 1188b6d18bd13a7d7bfe880c064c96ccd34c467c | |
parent | 6fe9f89a6b0410b2995ed2c95a8f8d29e58c7470 [diff] | |
parent | 9ade9e6c418aacfcab3e1ec487c8c5c327b7a007 [diff] |
Merge "recovery: check battery level before installing package." am: 16d0a18514 am: d1b66ad6a1 am: 9ade9e6c41 * commit '9ade9e6c418aacfcab3e1ec487c8c5c327b7a007': recovery: check battery level before installing package.
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