commit | c27098d4677cb5d71a40060551f774b8a3a8afaa | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Wed Jun 29 15:01:19 2016 -0700 |
committer | Chih-Hung Hsieh <chh@google.com> | Wed Jun 29 15:01:19 2016 -0700 |
tree | fb5b444546c633e3180fc835cc990777a3427873 | |
parent | a49c8a19dab9f754521af8a3d9c1787ee588189f [diff] |
Fix google-explicit-constructor warnings in bootable/recovery. Bug: 28341362 Change-Id: I4c3ab0ad0f62f8f3a6f3b30771010533a2739381 Test: build with clang-tidy
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