commit | c7d7eb2225c58034d7632ad00bd7269425e7b071 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Sun May 08 17:58:19 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Sun May 08 17:58:19 2016 +0000 |
tree | dab2c28ccb196fcafca7356b2f4b40944e45e405 | |
parent | 704cac2f997dd45573593b00e2a266b06e2cc318 [diff] | |
parent | 733285fea265af4fc91cf37916fada1a66cec470 [diff] |
Merge "updater, minzip: Remove unnecessary O_SYNC flags."
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