commit | de40ba59c8e5091221752e9d7c6e072c29a7055f | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Wed Oct 05 23:17:01 2016 -0700 |
committer | Tao Bao <tbao@google.com> | Sun Oct 09 14:02:10 2016 -0700 |
tree | 7a4bc94e149924ff232b4a08fe1dc33be3deb35e | |
parent | aa4924cab176a3ac49c4a02e7b6c4012ffa50ee4 [diff] |
Update the header path for ext4_utils. Test: `mmma bootable/recovery` Change-Id: I70ccddb3ddf46bb012fdc5f632afc46ebdd5473e
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