commit | 3f4030e0ef53c9e308b70788dc53bf0c5cfcd06a | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue Nov 01 21:25:12 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Nov 01 21:25:12 2016 +0000 |
tree | cf2bdcc9774bb7199847c5f26a3cc369a68d5f6d | |
parent | 9514eb1934f84a926732936a9041e2c8b7587ef7 [diff] | |
parent | fada91ccf2b31d69d72899388b1833186d763d1a [diff] |
Merge "applypatch: Switch the parameter of Value** to std::vector."
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