commit | 10e223c18100239bfc55c7ceae1744ed84ab9843 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Fri Sep 30 20:34:23 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Sep 30 20:34:23 2016 +0000 |
tree | d914da4be18ef00a95ba4585e2cec21053db46b4 | |
parent | 3ddd6fd4cfce43fe167e18f32ce2f789bf7da062 [diff] | |
parent | 17e316cce0047dcb892fb6dae9924cf6e0b41516 [diff] |
Turn on -Werror for recovery am: 17e316cce0 Change-Id: Ia0e1948491edf7cca8b64d7e7f0cac91314c2025
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