commit | e4cf854dbfc517ed6087fef9e920f2455a474b90 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Fri Aug 12 21:11:25 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Aug 12 21:11:26 2016 +0000 |
tree | 6b6dbdd83b8a76c2f48c9c69eae0f552b43299a4 | |
parent | 8a4333f3b9e512796d3f9488d80a7815c0c29ac5 [diff] | |
parent | 1675848a39512ad512c530c0e47ccd1ce13f96e5 [diff] |
Merge "adb headers now refer to openssl headers."
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