commit | 0467a905cc488cc1f28886e3978a49fd09c291c1 | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Tue Oct 04 17:45:11 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Oct 04 17:45:11 2016 +0000 |
tree | 5093ef96f84e72d964e8ffdd2f22f322e8b5b68f | |
parent | bace857dbba8db9bcad837e9c87b31b92e37e9fe [diff] | |
parent | 7cf7e6ce4f146f2bcd3eefbe93d9cb5a301e0eff [diff] |
Merge "recovery: drop log/logger.h" am: 38b923ff6c am: 7cf7e6ce4f Change-Id: Ic62c9145a6d891b2e9acd871c0e21007e2ecb6f6
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