commit | 55883f660d116ed0a2e84869fb429d055b99bdf9 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue Nov 08 10:49:47 2016 -0800 |
committer | Tao Bao <tbao@google.com> | Tue Nov 08 10:49:47 2016 -0800 |
tree | 4fd0091db43903f9df5a75055dbd95732245c1c9 | |
parent | f46041a7d459018fcddd5e03802320ceee74c44f [diff] | |
parent | 70172d76ef1b7563cf1bc508cb8045a192ad25a0 [diff] |
resolve merge conflicts of 70172d7 to stage-aosp-master Change-Id: I7626b57f9c8fd722708862ff1ae09c4fc0def51c
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