commit | c21edd46541a6e1c3b7de43aa6002ea45b90c64a | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Fri Aug 05 18:00:04 2016 -0700 |
committer | Tianjie Xu <xunchang@google.com> | Thu Sep 01 14:32:55 2016 -0700 |
tree | 53763973ea3ef46540e4c1071c6f1f29378d8abd | |
parent | 28f6c43db54159c218dd2ca27dbb775305b4011c [diff] |
Switch recovery to libbase logging Clean up the recovery image and switch to libbase logging. Bug: 28191554 Change-Id: Icd999c3cc832f0639f204b5c36cea8afe303ad35 (cherry picked from commit 747781433fb01f745529c7e9dd97c5599070ad0d)
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