commit | a9f648f01099e593aaa25f364291a38fa8f60dc2 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Wed Jun 29 23:06:33 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Jun 29 23:06:33 2016 +0000 |
tree | fb5b444546c633e3180fc835cc990777a3427873 | |
parent | a49c8a19dab9f754521af8a3d9c1787ee588189f [diff] | |
parent | c27098d4677cb5d71a40060551f774b8a3a8afaa [diff] |
Merge "Fix google-explicit-constructor warnings in bootable/recovery."
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