commit | 3a01338332ba0eea2c07d68255c6954f62adc97e | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue Oct 11 03:55:00 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Oct 11 03:55:00 2016 +0000 |
tree | 091f74929951fc529f6252cf65ee03aaeff96ca5 | |
parent | c26e3770f6c07224698fe7737eeff31148fa8ecd [diff] | |
parent | 8ff7cd20bab32dede17b22f06bbe681d5a31d410 [diff] |
Refactor libupdater into a seperate module. am: 0c7839ac14 am: cf1dbfa854 am: 8ff7cd20ba Change-Id: I421800ada6015970dae038ecd58c1d985f8b4b8f
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