commit | 9d2657fbb70b6e94744379fb947d92f06120930a | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Fri Jun 10 17:21:40 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Jun 10 17:21:40 2016 +0000 |
tree | 056450a5d7b751d8d8af4cb0fdbb3429569191dd | |
parent | 21c4f4e6e6fa532ee670e5d063533da321113f46 [diff] | |
parent | b0ddae55e53c90880212caf0e19e439a3898abfd [diff] |
Log source/target build version to last_install am: b0ddae55e5 Change-Id: Ifd9e006588de8bea233a4e90a5c80ed6b894054a
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