commit | f7f9e50528761022989c4f0cac6a92716b54674f | [log] [tgz] |
---|---|---|
author | Prashant Malani <pmalani@google.com> | Thu Mar 10 03:40:20 2016 +0000 |
committer | Prashant Malani <pmalani@google.com> | Thu Mar 10 03:40:20 2016 +0000 |
tree | 8f428bb0debeb61b70cfbf5e9b43b58cf5935465 | |
parent | 1c7b2230d8aac9f064f68c48b6aa26aca000cc9d [diff] |
Revert "recovery: More refactoring of WearUI" This reverts commit 1c7b2230d8aac9f064f68c48b6aa26aca000cc9d. This change can lead to the derived class indirectly (and incorrectly) calling some functions from the base class, which can lead to unpredictable behavior. Bug: 27407422 Change-Id: I126a7489b0787dc195e942e2ceea6769de20d70c
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