commit | b330559fb6a00f143fe296d4c7b4b4782564ac92 | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Mon Oct 10 14:14:30 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Oct 10 14:14:30 2016 +0000 |
tree | ad1bd9bb6a1a3470519226dc0713bf098b7444fe | |
parent | aa4924cab176a3ac49c4a02e7b6c4012ffa50ee4 [diff] | |
parent | df1b6947ec16362c20101f965a592fdb277e8853 [diff] |
Merge "No longer need android/log.h"
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