commit | c5becf0ef884c464aaee632c9c5235c04c405bbd | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Thu Sep 01 23:12:01 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Sep 01 23:12:01 2016 +0000 |
tree | b2d7cdcf7b401978c739d0449c76f92982d918a8 | |
parent | 852ae8d0fb01cd8939612590417b28b2436c669f [diff] | |
parent | 61590bbf0d140ffa071eb14b17ae4c3dbc2be5ca [diff] |
Merge "Switch recovery to libbase logging" am: 61590bbf0d Change-Id: I246ff0e75b0610abeedf21d3c3b1a9849a68856b
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