commit | 7d9fd96dc99a6008979811e36bb06f3afad18508 | [log] [tgz] |
---|---|---|
author | Prashant Malani <pmalani@google.com> | Tue Mar 08 13:18:45 2016 -0800 |
committer | Prashant Malani <pmalani@google.com> | Tue Mar 08 14:37:49 2016 -0800 |
tree | 8f428bb0debeb61b70cfbf5e9b43b58cf5935465 | |
parent | 1731f2980bfadb29105ffd566dd78885889501d8 [diff] |
recovery: Begin refactor of WearUI to use ScreenRecoveryUI This is the first of a series of changes which move WearUI to subclass ScreenRecoveryUI, to take advantage of several functions which are common between the two recovery UI implementations, and already defined in ScreenRecoveryUI. This patch changes the base class of WearUI, removes redundant header includes, and also removes a common function. Bug: 27407422 Change-Id: I8fd90826900f69272a82e23bd099790e8004d511
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