commit | 0a33c02df42639269f346be0ee3dc59af095a0e3 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Fri Sep 30 20:34:24 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Sep 30 20:34:24 2016 +0000 |
tree | d914da4be18ef00a95ba4585e2cec21053db46b4 | |
parent | 10e223c18100239bfc55c7ceae1744ed84ab9843 [diff] | |
parent | 209e5acf4a68faf4afcb19ddb6c20336a939e863 [diff] |
Merge "Turn on -Werror for recovery" into nyc-mr1-dev-plus-aosp am: 209e5acf4a Change-Id: Ie13be805792a3433d58c2805f8325dfe78795bd4
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