commit | df6da4adad04e003f1e8ee4ef35157db8e11c3dd | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue Oct 11 04:00:31 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Oct 11 04:00:31 2016 +0000 |
tree | 9b1e8590b1b8120f89d1f6e3c57755b60c0a1fd3 | |
parent | 5546d785d4b05da2dd15fd80fb7e35967869dc08 [diff] | |
parent | 3a01338332ba0eea2c07d68255c6954f62adc97e [diff] |
Refactor libupdater into a seperate module. am: 0c7839ac14 am: cf1dbfa854 am: 8ff7cd20ba am: 3a01338332 Change-Id: I1d03d8107d354122edbb88a817b76c490e35210c
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