commit | f3e05f504d9ef387228e5bcd28723f6617991e8c | [log] [tgz] |
---|---|---|
author | Sen Jiang <senj@google.com> | Tue Feb 16 11:23:09 2016 -0800 |
committer | Sen Jiang <senj@google.com> | Tue Feb 16 11:35:29 2016 -0800 |
tree | 88fa478b74df85e65679bba6ae953f7157d3a422 | |
parent | b69d878b9a3967b247df30dc6f8a760f720659b7 [diff] |
applypatch: Add libimgpatch.pc Test: pkg-config --libs libimgpatch Bug: 26866274 Change-Id: I79a103099d951943a88768c577224fccacbb79e3
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