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