commit | df1b6947ec16362c20101f965a592fdb277e8853 | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Fri Oct 07 13:05:01 2016 -0700 |
committer | Mark Salyzyn <salyzyn@google.com> | Fri Oct 07 14:19:48 2016 -0700 |
tree | 6fabe99ee9322e4f9bccf9f5bc74eaf8df636433 | |
parent | 881063477374749b37134e0559e09e9cb39a050e [diff] |
No longer need android/log.h Test: compile Bug: 31992412 Change-Id: I5156590bfc94e46e9d282c197c3dd8c4bbd9e855
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