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