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