commit | 929ffefdccf3f7b6e2810cc47efaf93626f9a2cc | [log] [tgz] |
---|---|---|
author | Damien Bargiacchi <drb@google.com> | Wed Aug 24 20:36:35 2016 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Aug 24 20:36:36 2016 +0000 |
tree | 7fba041af0f98ba2a037d3f22b5e7744d4d7e2f5 | |
parent | a44d4355ba63550eafcab304400440bb48512682 [diff] | |
parent | 35fff61b1c0d736d090a1cd1bb4e99141cc88ad8 [diff] |
Merge "Support use of custom fonts in miniui" into cw-f-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