commit | b0c3f6ffebded0bc9a55e593456ff5e30e17201e | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon May 23 17:43:41 2016 -0700 |
committer | Tao Bao <tbao@google.com> | Sun Oct 09 12:55:50 2016 -0700 |
tree | 6f811017650c25e772167b06a586c7534025f513 | |
parent | 881063477374749b37134e0559e09e9cb39a050e [diff] |
Disable the meaningless parts of the UI for A/B. Bug: http://b/28748484 Test: mmma bootable/recovery Change-Id: Ie86a265f4699503471e7c717d65677a916dbd25b (cherry picked from commit 01fcbe160bd49891c0680b80c5688cd4feb2adbc)
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