commit | 5fee534a8aad8f732d85d6d5862a4b81aebf4db0 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue Nov 08 19:53:07 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Nov 08 19:53:07 2016 +0000 |
tree | 2c1d94b4d03408567cf27c8d72d31f059d2e8272 | |
parent | d447124c00b37da341cf88d9cb533e35d684a89a [diff] | |
parent | 5d5230348864049f0acc674840312ade5a690d96 [diff] |
resolve merge conflicts of 70172d7 to stage-aosp-master am: 55883f660d am: 5d52303488 Change-Id: I15771163a003a498dbe7d9731f90e29171b97d7d
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