commit | ce18b61f9b5bc4d305097b25097c6122b5135f7f | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Thu Apr 21 01:59:10 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Apr 21 01:59:10 2016 +0000 |
tree | 20feb2d3a8773f5389312021c2dac15e98404d5d | |
parent | f986f57b2279cb6fe354330e967158d0b4048e84 [diff] | |
parent | d24d9e494429d74089a2060e7500d52fd9b10f7c [diff] |
Merge "Regenerate background text imgs in recovery" into nyc-dev am: df093c1512 am: 8bb3bd9209 am: d24d9e4944 * commit 'd24d9e494429d74089a2060e7500d52fd9b10f7c': Regenerate background text imgs in recovery Change-Id: I28f312bdfc24f3de0ea8fd3794f3e8e6c507158b
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