commit | 8dcd0149514830f8b73101d83c9eb3368acab340 | [log] [tgz] |
---|---|---|
author | Prashant Malani <pmalani@google.com> | Sat Mar 12 00:39:48 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Sat Mar 12 00:39:48 2016 +0000 |
tree | edbd71209fd803950315ca95f79de0048cdefe9f | |
parent | a0b8dc7aa6748ed05b05046f68afbc1b4d442904 [diff] | |
parent | 20df4adead04f5a137cce868c6b8024794d47fc0 [diff] |
Merge "recovery: Remove SetColor, and other refactoring for WearUI" into nyc-dev am: 20df4adead * commit '20df4adead04f5a137cce868c6b8024794d47fc0': recovery: Remove SetColor, and other refactoring for WearUI
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