commit | cf1dbfa8549249ab65cca4b715dcc5a1f9a7fcb9 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue Oct 11 03:44:00 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Oct 11 03:44:00 2016 +0000 |
tree | 09167517080321a786bee0f332f72461156002cc | |
parent | 00a9050815369d98ad5230fcf13a60577ebeb99a [diff] | |
parent | 0c7839ac14a00f32d740c23ddf6df65f2757ece5 [diff] |
Refactor libupdater into a seperate module. am: 0c7839ac14 Change-Id: I5ff4c438daa6df248cee38b62251c78baac67a76
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