commit | 695ef7cacc128efc0b710cb25d39c72da2eaef36 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Fri Sep 30 17:41:14 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Sep 30 17:41:14 2016 +0000 |
tree | 98edb6021753eec604eb1105c45b4e8e7fa569a3 | |
parent | af8b9363c6a5efaa060ed18d30ac424306541e28 [diff] | |
parent | 7aa88748f6ec4e53333d1a15747bc44826ccc410 [diff] |
Merge "Turn on -Werror for recovery"
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