commit | fa623c60d472340c46e63603ce8f1b192f332e15 | [log] [tgz] |
---|---|---|
author | Prashant Malani <pmalani@google.com> | Wed Mar 09 18:16:34 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Mar 09 18:16:34 2016 +0000 |
tree | 4af03ebbb1cb258c15842713b9d9ba2c1f0e4085 | |
parent | db78de25c2dfe0657c2b3408a5f9f5a587931cff [diff] | |
parent | 1c7b2230d8aac9f064f68c48b6aa26aca000cc9d [diff] |
recovery: More refactoring of WearUI am: 1c7b2230d8 * commit '1c7b2230d8aac9f064f68c48b6aa26aca000cc9d': recovery: More refactoring of 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