commit | c5b4b719134a1d2d3b06a81f92a00b24e527248d | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Thu Oct 13 17:18:07 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Oct 13 17:18:07 2016 +0000 |
tree | b7c6d625baefc3521fe46c794d8d82fe99535229 | |
parent | 19bb05dfc7a148dc4fc4ce744e5cfd013949497a [diff] | |
parent | 39119ad8ecd00a9c19fb173c78cb4a8d22a4540a [diff] |
Merge "edify: Some clean-ups to libedify."
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