commit | 33a65bcdc73f571f13d2f5359795d82318820a90 | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Fri Feb 12 18:20:42 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Feb 12 18:20:42 2016 +0000 |
tree | f6f4707052f1bb18a22975933fa6ed7ebed52be9 | |
parent | 2566b31b9b131581d0686e95e5eae3a4036b3fff [diff] | |
parent | 7f16c7a4c9b457302a0c91c9bd4c739708a9c79e [diff] |
Merge "applypatch: use vector to store data in FileContents." am: 7f16c7a4c9 * commit '7f16c7a4c9b457302a0c91c9bd4c739708a9c79e': applypatch: use vector to store data in FileContents.
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