commit | 94e6d21cbdb6e87afd245aeea7924a33b6e69556 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Sat Jul 09 04:45:06 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Sat Jul 09 04:45:06 2016 +0000 |
tree | da2d1a30b3d91ca2e241ae349b80b0d593429d8f | |
parent | 804275ba42e4ace3e30658724d472564a1813daa [diff] | |
parent | b0728a3c2a8de65f97cf28341d0dfbf51ebcc5cb [diff] |
Support landscape layouts. am: 6d089a955f am: b0728a3c2a Change-Id: Ib93ecc5fd9538456585154814c2979533acb1213
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