commit | ba9765b05869f7783e55f9c6ee66b191898f563a | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Sat Feb 13 01:32:02 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Sat Feb 13 01:32:02 2016 +0000 |
tree | 76e3a90863827660dcb50945576dbe4fe9b38a5b | |
parent | 42b28f0e4b8f55ee57e6b250b0253a1d5fe2e6d1 [diff] | |
parent | b69d878b9a3967b247df30dc6f8a760f720659b7 [diff] |
Merge "minadbd: update for adb_thread_create signature change." am: b69d878b9a * commit 'b69d878b9a3967b247df30dc6f8a760f720659b7': 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