commit | 01fcbe160bd49891c0680b80c5688cd4feb2adbc | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon May 23 17:43:41 2016 -0700 |
committer | Elliott Hughes <enh@google.com> | Tue May 24 00:44:50 2016 +0000 |
tree | f2f6c428f7b751fe2e589bbe73d7d77f9777a738 | |
parent | 3aabd770d916019d0656bbcd8b102a4033a26a38 [diff] |
Disable the meaningless parts of the UI for A/B. Bug: http://b/28748484 Change-Id: Ie86a265f4699503471e7c717d65677a916dbd25b
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