commit | 9968866e861a9d4f78dc264bc8adfdf2c5280f39 | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Fri Aug 26 23:42:05 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Aug 26 23:42:05 2016 +0000 |
tree | b2d9b2cab10667fdd08f2de84db84dc86845477a | |
parent | b3ddc0a4bf4334fa114d2b1716675d29a7024c1f [diff] | |
parent | 89bf2bdc85bd576bfd81b438bb8d39b042d91779 [diff] |
Merge "Fix clang-tidy warnings in bootable/recovery." am: 89bf2bdc85 Change-Id: I7748981badcbcdfe24d0cbe1c41007c67f611b14
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