commit | b97da5e0f0ca49b92759ea57415e7064fc29c77d | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Mon Aug 08 18:29:10 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Aug 08 18:29:10 2016 +0000 |
tree | 51fbab5cb49dbb32692ba762678e90890f694cef | |
parent | 629bde8c6cba137a0d72845090ba07a2f0e84e65 [diff] | |
parent | 073164f24b212685c181c8620f0397d13e9d79c0 [diff] |
Merge "Fix references to libcrypto_utils_static."
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