commit | 92c7e27e95be0f124579f427b345747f1f3b6b49 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Fri Aug 12 21:39:26 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Aug 12 21:39:26 2016 +0000 |
tree | fb157145789430f7d9d165f43d9414e34ac89cfb | |
parent | 606724d7ad03ea75b3d0e145ca1302e773a7f1ca [diff] | |
parent | 01e9b56154091ffc43727e1c5fe7e78b722fb26d [diff] |
Merge "adb headers now refer to openssl headers." am: e4cf854dbf am: c687a72d9f am: d7067c7fea am: 01e9b56154 Change-Id: Ibb976fc8846afc9b39ef7bb5e5a535f8581aa28d
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