commit | df093c15121df40693519d2a1c703cf1684423d5 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Thu Apr 21 00:55:51 2016 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Apr 21 00:55:51 2016 +0000 |
tree | e6872cadc18cdd3d1d4f0a6bcafd4d8f8452c4ec | |
parent | 8b86373fd954276b18a6fba81afbe42c9caa49d3 [diff] | |
parent | 494cf651763650bf53c33b894ee61828d5bb14d3 [diff] |
Merge "Regenerate background text imgs in recovery" into nyc-dev
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