commit | 0757a093c187b64867a9ca7c97b80d9aa7d665cf | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Wed Feb 24 00:50:34 2016 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Feb 24 00:50:36 2016 +0000 |
tree | f7642ffd1e4c8b68ad56942516e336cd88477a53 | |
parent | 99281df8e2eb6a302ccbcfd790a6889392541264 [diff] | |
parent | cd324766ab2a73af4106f65cd53dc0a91de5e2e9 [diff] |
Merge "minadbd: update for adb_thread_create signature change." into nyc-dev
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