commit | 9afbf2af4ca615b036926f8008c4e6aa2f7dd987 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Fri Mar 25 19:03:28 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Mar 25 19:03:28 2016 +0000 |
tree | 36109261970c8b6ddb8a172d9a7d6b66b8f6f54e | |
parent | 4cb68121b86ca88c9ac7c08c64bb6c13f26da7bc [diff] | |
parent | e326b224460cfe2e3f7e2c7c79778ef092f4f917 [diff] |
Merge "Correct caching behavior for should_inject_cache"
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