commit | 1984d55ece8f4ca9474c1f8145bfcce3554c9879 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Mon Oct 10 16:44:39 2016 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Mon Oct 10 16:44:40 2016 +0000 |
tree | b7393883abd75ee6b57ede96a27a735804061331 | |
parent | 5803cbaad26d6f340fe7e608451dcf9cf29140e0 [diff] | |
parent | df0d2a2ae03b4f6184d6757f270fb41917a4f594 [diff] |
Merge "Update the header path for ext4_utils."
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