commit | a50d7faff09d5d64251a80ff73684e58a0d9cae1 | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Fri Aug 26 23:47:34 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Aug 26 23:47:34 2016 +0000 |
tree | 2f333f44f924013b317931e32e52189c480a8976 | |
parent | bdaee896a64d95ba28656f4fdff785966b11dd51 [diff] | |
parent | d987fe1d57b410c1f32f355165c022d5bcec6ba8 [diff] |
Merge "Fix clang-tidy warnings in bootable/recovery." am: 89bf2bdc85 am: 9968866e86 am: d987fe1d57 Change-Id: Idd53009ad61bb4a0b573febdbedc5dc0eee8265f
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