commit | d8f519607c17291fbe7a978b354dbdf58fd4d679 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Fri Jun 10 17:31:09 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Jun 10 17:31:09 2016 +0000 |
tree | 27d414ab85a09ece2bf9f9977f699eb4c087cab2 | |
parent | 32027d843897fea2a585dd2453fddb5a19f08c66 [diff] | |
parent | dcf108977150f8b35369b90acf8716af066009fe [diff] |
Log source/target build version to last_install am: b0ddae55e5 am: dcf1089771 Change-Id: Iec992f05f0721b4509d996bbacdbcb7cdd397e5c
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