commit | ff38526b2210c44c629d92273e6487831050f605 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Mon Jun 13 19:17:07 2016 -0700 |
committer | Tao Bao <tbao@google.com> | Mon Jun 13 19:17:07 2016 -0700 |
tree | 5a665564e666ee76613baf5336f70affe635ee2e | |
parent | 0146b37256d6a57a0f597bca1c5c04d93bade5c1 [diff] | |
parent | 2a4386fa7bd7275ecdb1ca218873a8aeb5bccaca [diff] |
resolve merge conflicts of 2a4386f to nyc-mr1-dev-plus-aosp Change-Id: I70eef6efaba6990fdae2b58b3bbca03407b6676e
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