commit | 08e5801c015e78f8d0852f5e7bca5e6d53fbc05d | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue May 24 17:19:28 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue May 24 17:19:28 2016 +0000 |
tree | 6375c8f3fe085f5c92c87964573c9e68d6a4b1a7 | |
parent | 918add26fe677d7c6d1f866376d3f6bb5e9be1d3 [diff] | |
parent | 994bacf5496ba07240f70611b6c565f0dc24ca0c [diff] |
Disable the meaningless parts of the UI for A/B. am: 01fcbe160b am: 994bacf549 * commit '994bacf5496ba07240f70611b6c565f0dc24ca0c': Disable the meaningless parts of the UI for A/B. Change-Id: Iee8df4e288d3909612a71e6af062af7fa8c4b934
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