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