commit | e8d0ecccf7e54e73418cac94b0b136bfed94d51a | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Apr 15 19:53:19 2016 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Fri Apr 15 19:53:19 2016 +0000 |
tree | 5fd05a716b0e9214b0fbcdd3a94355cfcc008ed5 | |
parent | 70ae70b81e452ce8a85dfbb184786c02a9072c23 [diff] | |
parent | 498cda6ef6c610efb055221d6c689185d49447bb [diff] |
Merge "Update the system update animation." 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