commit | 747781433fb01f745529c7e9dd97c5599070ad0d | [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 17:43:14 2016 +0000 |
tree | 00eaba2e25fd5e2e8091cd456cae9b39ac880831 | |
parent | 48019cf71a42cef86628a2e452b4ef4c5040b6fd [diff] |
Switch recovery to libbase logging Clean up the recovery image and switch to libbase logging. Bug: 28191554 Change-Id: Icd999c3cc832f0639f204b5c36cea8afe303ad35
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