commit | 48be23c8ed0bcceda1abd80e1df4d1abc20f042f | [log] [tgz] |
---|---|---|
author | Tim Kryger <tkryger@google.com> | Tue Nov 29 13:33:29 2016 -0800 |
committer | Tim Kryger <tkryger@google.com> | Tue Nov 29 13:50:56 2016 -0800 |
tree | 83cde035778e2e40cba2af5391a7b08129868a88 | |
parent | 67bc0b9573d160f1c4a3665afa1293c5e485902f [diff] |
Remove outdated reference to icon_installing.png The Wear recovery UI doesn't draw the installing icon but it was still trying to open it. Ever since these images were removed eight months ago, this has resulted in an error printing to the screen at runtime. Since the image wasn't really used, the lines to open it can simply be removed. Bug: 33203397 Change-Id: Id820f6d75e316c51d19b6095df407ecd61c0410e
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