commit | fada91ccf2b31d69d72899388b1833186d763d1a | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Thu Oct 27 18:16:06 2016 -0700 |
committer | Tao Bao <tbao@google.com> | Fri Oct 28 16:46:12 2016 -0700 |
tree | cf2bdcc9774bb7199847c5f26a3cc369a68d5f6d | |
parent | 9514eb1934f84a926732936a9041e2c8b7587ef7 [diff] |
applypatch: Switch the parameter of Value** to std::vector. Test: Unit tests and install-recovery.sh pass on angler and dragon. Change-Id: I328e6554edca667cf850f5584ebf1ac211e3d4d1
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