commit | e2a706824e8c3ffc308c3ae2cd59c95906df76c1 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue Oct 18 23:08:05 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Oct 18 23:08:05 2016 +0000 |
tree | e80493fadfbea81163acad933e8c82620235d8fb | |
parent | 81e54eddd4132895d70ab8b2307c693311799e05 [diff] | |
parent | 2a576e20975b9a12610d19c3d782045b7fa227b8 [diff] |
resolve merge conflicts of e89bf25 to stage-aosp-master am: 69c117c2ff am: 2a576e2097 Change-Id: Iee6000f594a04a0862b3687f1d87daa809fb3804
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