commit | 61590bbf0d140ffa071eb14b17ae4c3dbc2be5ca | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Thu Sep 01 23:04:37 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Sep 01 23:04:37 2016 +0000 |
tree | b2d7cdcf7b401978c739d0449c76f92982d918a8 | |
parent | 3202b8faf408908456816b51e2f0faf2cd3ff746 [diff] | |
parent | 7b0ad9c638176dc364dabb65b363536055a0ea9c [diff] |
Merge "Switch recovery to libbase logging"
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