commit | 61d1bd71568ca133955e47d919866ec76aca2dec | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Wed Feb 24 01:00:20 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Feb 24 01:00:20 2016 +0000 |
tree | 2b5b76459a26f9b4e80dbb6444b686c291e3fe51 | |
parent | 8cb6069499f73eeb8e7124a5cfdb4682268dc5ff [diff] | |
parent | 744284bea06f806f30f67ea3364b200ed871dcb6 [diff] |
Merge "minadbd: update for adb_thread_create signature change." into nyc-dev am: 0757a093c1 am: 744284bea0 * commit '744284bea06f806f30f67ea3364b200ed871dcb6': 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