commit | d00f5eb63a8e4690f9bef1e943d539d052444d9b | [log] [tgz] |
---|---|---|
author | Damien Bargiacchi <drb@google.com> | Fri Sep 09 07:14:08 2016 -0700 |
committer | Damien Bargiacchi <drb@google.com> | Fri Sep 09 08:32:21 2016 -0700 |
tree | 1f1b0ddc56860585a44820abd2df37480c5ea4d6 | |
parent | 43d186021a9fae0d2aa4e1a409fdb7132402db00 [diff] |
Have gr_init_font alloc memory for the font Change-Id: I8ccf369d52011bc5d07d8e041fe558ce734a78fc
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