commit | 8c403082d66ad0069ee34cc5111f1c17ef7ed90c | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Fri Sep 30 20:27:18 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Sep 30 20:27:18 2016 +0000 |
tree | a2e264ba51c1e6848306371a1123d4bd79fe7a85 | |
parent | 4c3f6ab8f7be21acf33ff0dfabec9047aac36e3c [diff] | |
parent | dbde5cf1d5b76b6cee3f22e17b05881551ac8d8b [diff] |
Merge "Turn on -Werror for recovery" am: 695ef7cacc am: 5269808bb0 am: dbde5cf1d5 -s ours Change-Id: I0649c3db276212804118ab4a6d7ced150585af91
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