commit | b0728a3c2a8de65f97cf28341d0dfbf51ebcc5cb | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Sat Jul 09 04:29:18 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Sat Jul 09 04:29:18 2016 +0000 |
tree | 84f4cc7f09558b13978e38b2769baf85ac4331b3 | |
parent | 159ca9b0ac72290cdc91dc770f435415c156707e [diff] | |
parent | 6d089a955f53ddeacdfa1396ad99f0c00d406175 [diff] |
Support landscape layouts. am: 6d089a955f Change-Id: Iebdce4fe859984257cef027ec6de1aeae51b8d69
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