commit | 1d8ac5f090cc350198b16027a0eeb8839c5a12c5 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Fri Jun 10 17:27:38 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Jun 10 17:27:38 2016 +0000 |
tree | 6e56d12b860e1da59b032c0a48079552811190b2 | |
parent | 40d856b89e31c665aa141aee4c05f3b7232dd31d [diff] | |
parent | 32027d843897fea2a585dd2453fddb5a19f08c66 [diff] |
Log source/target build version to last_install am: b0ddae55e5 am: 9d2657fbb7 am: 32027d8438 Change-Id: I8691365a80aaa9cf2c138dcaae005970dba44a1b
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