commit | 405db92b6e6384f0f22ba6be338c08e8f1aad345 | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@google.com> | Sat Apr 16 01:55:32 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Sat Apr 16 01:55:32 2016 +0000 |
tree | 673121509503f22e18a43b07206adf575093b0fd | |
parent | b30c6f690a293f4b4107a739b8ab69b2e39e379a [diff] | |
parent | 51dcd0da37dd10238017bae03fc708dc6e05bb56 [diff] |
Merge "Fix IWYU errors." am: 51dcd0d * commit '51dcd0da37dd10238017bae03fc708dc6e05bb56': Fix IWYU errors. Change-Id: I9dd499afab1d5bf5e6f30a424bd70a016194124d
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