commit | 2b17b24ae5eccd6c472c06abde93b5b83950c658 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Tue Oct 18 00:05:12 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Oct 18 00:05:12 2016 +0000 |
tree | 021638587b8614ddaf65a41b38129cbb4034f7e4 | |
parent | a01ffc73ef65283fbe9152e70ce08e0c911cddc3 [diff] | |
parent | aced5d9e4e438ba478ce54f9217166b8ab7cc24f [diff] |
Merge "Change StringValue to use std::string"
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