commit | 5819944b165bcaff181af962c87be37f95e4d346 | [log] [tgz] |
---|---|---|
author | Prashant Malani <pmalani@google.com> | Wed Mar 09 00:30:03 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Mar 09 00:30:03 2016 +0000 |
tree | 6355be637c71745c529d90a25e1cfe3889bf7c52 | |
parent | 9a83ca02a32a21f00c7328269ab2c05940928452 [diff] | |
parent | 7d9fd96dc99a6008979811e36bb06f3afad18508 [diff] |
recovery: Begin refactor of WearUI to use ScreenRecoveryUI am: 7d9fd96dc9 * commit '7d9fd96dc99a6008979811e36bb06f3afad18508': recovery: Begin refactor of WearUI to use ScreenRecoveryUI
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