commit | d6c93afcc28cc65217ba65eeb646009c4f15a2ad | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Wed Feb 10 16:41:10 2016 -0800 |
committer | Yabin Cui <yabinc@google.com> | Thu Feb 11 18:10:31 2016 -0800 |
tree | 7de6bb409c2d741e9bb3922ab79e446090baacdd | |
parent | 704320650308bcdf43580b46aeba3af35c4ec92d [diff] |
applypatch: use vector to store data in FileContents. Bug: 26906416 Change-Id: Ib53b445cd415a1ed5e95733fbc4073f9ef4dbc43
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