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