commit | 2f9b98c99f2363714f3e2684d3279d387992f00e | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue Nov 01 21:37:21 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Nov 01 21:37:21 2016 +0000 |
tree | 0c75340e320034812743b58e9a3edbd09768bded | |
parent | 1d733369c4e4d7ee79a2725ce1f4c0d4e8628f7a [diff] | |
parent | 492bd8ca715ed02289547da28d1a65928bd21b93 [diff] |
Merge "applypatch: Switch the parameter of Value** to std::vector." am: 3f4030e0ef am: bc48de6bf0 am: edf2928edf am: 492bd8ca71 Change-Id: Icc5e01085004386771175bda66a9eba9ed76d703
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