commit | 01e9b56154091ffc43727e1c5fe7e78b722fb26d | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Fri Aug 12 21:28:49 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Aug 12 21:28:49 2016 +0000 |
tree | 860e2defa04f6cecec158a24ee0d8176c4c6ebbd | |
parent | 9eaffca358403b96215a5def0df7f71c3e11f907 [diff] | |
parent | d7067c7fea95249ad3d99820340293004bcdbc93 [diff] |
Merge "adb headers now refer to openssl headers." am: e4cf854dbf am: c687a72d9f am: d7067c7fea Change-Id: I40a1e90bcbab27caa4b2ddc117a201387620f988
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