commit | 4bc65fdac486d65696d38604c3b4f11be5deaf6f | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Fri Jun 10 17:32:59 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Jun 10 17:32:59 2016 +0000 |
tree | 6e56d12b860e1da59b032c0a48079552811190b2 | |
parent | 1d8ac5f090cc350198b16027a0eeb8839c5a12c5 [diff] | |
parent | d8f519607c17291fbe7a978b354dbdf58fd4d679 [diff] |
Log source/target build version to last_install am: b0ddae55e5 am: dcf1089771 am: d8f519607c Change-Id: I1be3af313d27eb87b7c1864ba6e657b196a8c04b
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