commit | 2a3b695168cd06c5093895568a5d70c648de8e77 | [log] [tgz] |
---|---|---|
author | Chih-hung Hsieh <chh@google.com> | Wed Jul 27 20:40:38 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Jul 27 20:40:39 2016 +0000 |
tree | bba862d8cd7b056082bdb8a067418d991190b86e | |
parent | a82ee456bbb2fdcd77b782d52500650bd06d04e9 [diff] | |
parent | 23abfd37a55f281186f9275ad35b7182efd2e8b6 [diff] |
Merge "Fix clang-tidy performance warnings."
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