commit | 04f3fad29acdecb45c110551d260062299b61610 | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Tue Oct 04 17:49:44 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Oct 04 17:49:44 2016 +0000 |
tree | 262a8388aa749be6a82a0075746dcaadade278ef | |
parent | 1f19e829301352a0de997a70f521bca2c4ea03a5 [diff] | |
parent | 0467a905cc488cc1f28886e3978a49fd09c291c1 [diff] |
Merge "recovery: drop log/logger.h" am: 38b923ff6c am: 7cf7e6ce4f am: 0467a905cc Change-Id: Idf6e3b08ac2f6209856bbad010a5f48197124597
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