commit | 0e8ee28269bd7cbdda76b94554da17750d38239a | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Thu Dec 15 02:28:03 2016 -0700 |
committer | Linux Build Service Account <lnxbuild@localhost> | Thu Dec 15 02:28:03 2016 -0700 |
tree | 427403f14513a2caac5f630cbd0683ecf96c6080 | |
parent | 5c81cc1181ed7ae7d04b77ee23c6daddce6839af [diff] | |
parent | 3746bfc6f311ac1ada4032da86b8dd8b55e8b58f [diff] |
Merge 3746bfc6f311ac1ada4032da86b8dd8b55e8b58f on remote branch Change-Id: Iec7ad499fc7211ba5f9a071e4e59b951f0884d32
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