commit | eeca191f383d1fda6b1153cf4f443cafff7d7328 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Thu Apr 28 00:48:32 2016 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Apr 28 00:48:32 2016 +0000 |
tree | 12eee163e4eced97f10ef98b8aeea5e5322b7b18 | |
parent | 2f1eedded83eea1956ee8b4d391000584588f094 [diff] | |
parent | a15708f45bfba6d911d1c8d829c6d4c37068cb1f [diff] |
Merge "Update background text for recovery UI" into nyc-dev
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