commit | 35fff61b1c0d736d090a1cd1bb4e99141cc88ad8 | [log] [tgz] |
---|---|---|
author | Damien Bargiacchi <drb@google.com> | Thu Aug 11 15:57:03 2016 -0700 |
committer | Damien Bargiacchi <drb@google.com> | Thu Aug 18 19:51:45 2016 -0700 |
tree | fb8d33f614d8457939b1247671c7331e051fb059 | |
parent | e49c0d6406dcce19bdcf81d635b3449004f44c7e [diff] |
Support use of custom fonts in miniui Bug: 29547343 Change-Id: I398160c85daac90ffab2fa9bb2e96795b9e9885a
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