commit | aa4924cab176a3ac49c4a02e7b6c4012ffa50ee4 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Sun Oct 09 21:00:36 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Sun Oct 09 21:00:37 2016 +0000 |
tree | 6f811017650c25e772167b06a586c7534025f513 | |
parent | 881063477374749b37134e0559e09e9cb39a050e [diff] | |
parent | b0c3f6ffebded0bc9a55e593456ff5e30e17201e [diff] |
Merge "Disable the meaningless parts of the UI for A/B."
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