commit | 40677619d2720075f03306de9628ddbc7c490174 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue Oct 11 03:55:10 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Oct 11 03:55:10 2016 +0000 |
tree | 091f74929951fc529f6252cf65ee03aaeff96ca5 | |
parent | 3a01338332ba0eea2c07d68255c6954f62adc97e [diff] | |
parent | 44864a75eda8f8802064ec7239b5b90eac698762 [diff] |
Merge "Refactor libupdater into a seperate module." am: a7995d7581 am: f2cbf0fbe0 am: 44864a75ed Change-Id: I14f5e027f8905163100d4d5bd25855544aae787d
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