commit | 4e29ce0b88d010da95a255cb8bd7a2960f62bb7b | [log] [tgz] |
---|---|---|
author | Alex Deymo <deymo@google.com> | Fri Aug 12 13:43:04 2016 -0700 |
committer | Alex Deymo <deymo@google.com> | Fri Aug 12 21:20:45 2016 +0000 |
tree | cd9bac2be30511d41d5dbb0402bbc17c4dae51b0 | |
parent | 9eaffca358403b96215a5def0df7f71c3e11f907 [diff] |
Add inttypes.h for PRIu64. This missing header is needed to use PRIu64 macros. Bug: 27178350 TEST=`mma bootable/recovery` on the failing branch. Change-Id: I165701e8019256426d3f6a4168db52c6a0197c4d
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