commit | 6d089a955f53ddeacdfa1396ad99f0c00d406175 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Jul 08 17:23:41 2016 -0700 |
committer | Elliott Hughes <enh@google.com> | Fri Jul 08 18:21:45 2016 -0700 |
tree | db86bb998e9ce01818cbfc2850dc255e1cc7b8b7 | |
parent | 9da04d595fe01e4c0ac1baf39186ac090bf234b3 [diff] |
Support landscape layouts. Add support for landscape layouts to the existing portrait support. Bug: http://b/29418855 Test: tested manually with "Run graphics test" on flounder/fugu/ryu. Change-Id: Ib4a62bf5f2b8a1cef6028a01f05145104660560a
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