commit | 83ce7555183a9aa5bac6ccb82d3fa56447d22345 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Jun 30 09:28:42 2016 -0700 |
committer | Elliott Hughes <enh@google.com> | Thu Jun 30 09:28:42 2016 -0700 |
tree | 5979501047000d1287f89d7108bca508c1edc5fd | |
parent | a49c8a19dab9f754521af8a3d9c1787ee588189f [diff] |
Fix install.h's use of attribute printf. And move off the bionic __nonnull macro, which I'm removing. Change-Id: I40b4424f4fd7bd8076e0eee3ec35de36c3ded8de
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