commit | 5593342575323f5f10e7af669871627e4ada8c7b | [log] [tgz] |
---|---|---|
author | Sen Jiang <senj@google.com> | Wed Mar 09 01:28:09 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Mar 09 01:28:09 2016 +0000 |
tree | 7ed8db60eb84a051274c4f0540fb84c83fdabd79 | |
parent | 90f01a4203de453a2c6b940c39289b629ae3b654 [diff] | |
parent | ef2016f711eaef6c22d177a12d335055556ea3a0 [diff] |
Merge "applypatch: add -fPIC for libimgpatch in Chrome OS."
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