commit | b69d878b9a3967b247df30dc6f8a760f720659b7 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Fri Feb 12 23:42:49 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Feb 12 23:42:49 2016 +0000 |
tree | 3c5fcbe1d356ae10317d7201f8d146e88291851a | |
parent | cc8d08a4d82904d6cd202c2d50fc37748aa044c9 [diff] | |
parent | cc07b3556510d03e389a8994a8e5dbed3f3bbbb4 [diff] |
Merge "minadbd: update for adb_thread_create signature change."
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