commit | 1242a1cef81290b18ded3e699d0a07d531df2d1d | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Thu Sep 01 22:05:00 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Sep 01 22:05:00 2016 +0000 |
tree | 0d840fb561e316d59347d9ea443c2df48183ac24 | |
parent | e22805ef116d8c14eced3a2b5089532357bd343c [diff] | |
parent | c21edd46541a6e1c3b7de43aa6002ea45b90c64a [diff] |
Switch recovery to libbase logging am: c21edd4654 Change-Id: I957b5e33274a3fdaf3ba83be28c8505dd07da1e2
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