commit | aa2e4ddc30053c904ede048dedb1b67ae4f316b7 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Wed Oct 26 23:42:01 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Oct 26 23:42:01 2016 +0000 |
tree | db1522b7b3f6cf8069b93955c0db7c7e88601015 | |
parent | 408edfafc5fdb47dcf411b296ed9659b4dfe5f31 [diff] | |
parent | 05c68a8775978688ea1e4f74a2f9c932acc90f2f [diff] |
Merge "Some cleanups to recovery." am: 46fb0a6a6f am: 00f893fe23 am: 05c68a8775 Change-Id: Id4a669bfce4f12a25ed78919d61de8c16a12fd27
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