commit | edf2928edff64777955afe500ecbd0bfd23247de | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue Nov 01 21:32:50 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Nov 01 21:32:50 2016 +0000 |
tree | 1c060a77149798a7fe2670336b601f147b13887c | |
parent | 3456ee19f9d1a1ac6b58f64f51820653ef52c33b [diff] | |
parent | bc48de6bf094a7808c5a3e447fb9840cd33ef590 [diff] |
Merge "applypatch: Switch the parameter of Value** to std::vector." am: 3f4030e0ef am: bc48de6bf0 Change-Id: Ibb887acf4d2afe46fbbe1193daddcf73eff3423e
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