commit | f6326bbfc1ce10a4ec5bdbe203702f8da0d559de | [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 | ce18b61f9b5bc4d305097b25097c6122b5135f7f [diff] | |
parent | 99f55506c5c6b911ea6ece02a9d654af06349948 [diff] |
Merge "Merge "Regenerate background text imgs in recovery" into nyc-dev am: df093c1512 am: 4cc6145423" into nyc-mr1-dev-plus-aosp am: 99f55506c5 * commit '99f55506c5c6b911ea6ece02a9d654af06349948': Change-Id: I0a726788735a9be239aa36cc7a6363accda7ba51
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