commit | 21a97f2aa02e0a5a6f9910195bcd1023684bf22f | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Apr 28 01:31:50 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Apr 28 01:31:50 2016 +0000 |
tree | f724a83303a18787604c9f596d65b900a2cfcee0 | |
parent | 000c87a22e56ed0698c20800b257a4318523534b [diff] | |
parent | 3b13de8c9cd7f30cf3bc0ff0ff3ec44173386718 [diff] |
Merge "Update recovery UI." into nyc-dev am: 2f1eedd am: 75191f3 am: 3b13de8 * commit '3b13de8c9cd7f30cf3bc0ff0ff3ec44173386718': Update recovery UI. Change-Id: Ibbf3114ea8279f91b9fe02fc9d3494cdbf8d513a
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