commit | 21092a98235d98f431c88ac5f4369ab1ccf0ae9f | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Apr 28 00:44:24 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Apr 28 00:44:24 2016 +0000 |
tree | 2f19d0c1f918ce089701a3cb54c970626cf5f70f | |
parent | 06be362ec79fb26658c3afca710c7d11df5f23de [diff] | |
parent | 2f1eedded83eea1956ee8b4d391000584588f094 [diff] |
Merge "Update recovery UI." into nyc-dev am: 2f1eedd * commit '2f1eedded83eea1956ee8b4d391000584588f094': Update recovery UI. Change-Id: Ib43b37f60902b13d1fc4110ad5b394c3c3b39332
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