commit | 37d76d0c88fd4d49a8121cf2975e69a3e6a16fc9 | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Sat Aug 27 00:08:19 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Sat Aug 27 00:08:19 2016 +0000 |
tree | e891cc64a211ed9df93715da74ed2cb6f622f343 | |
parent | 5afbbdd27ac76f5a994a82c1e953d4d18bfd2e1a [diff] | |
parent | a50d7faff09d5d64251a80ff73684e58a0d9cae1 [diff] |
Merge "Fix clang-tidy warnings in bootable/recovery." am: 89bf2bdc85 am: 9968866e86 am: d987fe1d57 am: a50d7faff0 Change-Id: I6e1478dd95dae7491f6a6d5999b06469fa2a8d89
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