commit | dbde5cf1d5b76b6cee3f22e17b05881551ac8d8b | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Fri Sep 30 17:48:23 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Sep 30 17:48:23 2016 +0000 |
tree | bbbd3b7918991412222eb8a534153aa19ef593df | |
parent | fc887a8fbad8c2c557fa4af136e190011dcac1fe [diff] | |
parent | 5269808bb03ba9efdd0bda706472b03ad7ccb061 [diff] |
Merge "Turn on -Werror for recovery" am: 695ef7cacc am: 5269808bb0 Change-Id: I84ce95dc0365925535da0d5bfb9397c5b23bd1af
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