commit | 567a7326c2f6e2bdbc22843ca5994356beee243a | [log] [tgz] |
---|---|---|
author | Alex Deymo <deymo@google.com> | Fri Aug 12 21:38:21 2016 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Fri Aug 12 21:38:21 2016 +0000 |
tree | b43c71fdb3516c5ba13bf336bc32911d6ba6b721 | |
parent | 01e9b56154091ffc43727e1c5fe7e78b722fb26d [diff] | |
parent | 4e29ce0b88d010da95a255cb8bd7a2960f62bb7b [diff] |
Merge "Add inttypes.h for PRIu64." into nyc-mr1-dev-plus-aosp
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