commit | 1c7b2230d8aac9f064f68c48b6aa26aca000cc9d | [log] [tgz] |
---|---|---|
author | Prashant Malani <pmalani@google.com> | Tue Mar 08 15:23:51 2016 -0800 |
committer | Prashant Malani <pmalani@google.com> | Tue Mar 08 15:56:54 2016 -0800 |
tree | 9f7e07128f339f3a8fbed3cb4c49ce499be60c99 | |
parent | 7d9fd96dc99a6008979811e36bb06f3afad18508 [diff] |
recovery: More refactoring of WearUI This patch performs the following modifications: - Remove setBackground function, and currentIcon member variable. - Remove common Progress*, Redraw and EndMenu functions. Bug: 27407422 Change-Id: Ic3c0e16b67941484c3bc1d04c9b61288e8896808 Signed-off-by: Prashant Malani <pmalani@google.com>
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