commit | 1b688e8039a26b7deb9217487f99136d2afcc688 | [log] [tgz] |
---|---|---|
author | Alex Deymo <deymo@google.com> | Mon Mar 14 21:52:51 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Mon Mar 14 21:52:51 2016 +0000 |
tree | dacaaabe24d255ee767d17eae9348b3b1e9ca35b | |
parent | d2425ed063863b502600a4d80d01f362021bd61a [diff] | |
parent | 38234f4bef8b70d985c09224e6d7752d71400f23 [diff] |
Merge "Add include/ to the Makefile include path." am: 38234f4bef * commit '38234f4bef8b70d985c09224e6d7752d71400f23': Add include/ to the Makefile include path.
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