commit | 1675848a39512ad512c530c0e47ccd1ce13f96e5 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Aug 09 18:46:57 2016 -0700 |
committer | Elliott Hughes <enh@google.com> | Tue Aug 09 18:46:57 2016 -0700 |
tree | 03964be70bc7a38028ca7d2e095dead0d8b54138 | |
parent | b97da5e0f0ca49b92759ea57415e7064fc29c77d [diff] |
adb headers now refer to openssl headers. Change-Id: Icddc4a4f226595338fafbcb14ee9338c58b4a80f
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