commit | 1e5bc7305e419e90c2ae994bf0678458ed9ba8b2 | [log] [tgz] |
---|---|---|
author | Shubham Singh <coolsks94@gmail.com> | Wed Mar 08 04:17:45 2017 +0530 |
committer | Shubham Singh <coolsks94@gmail.com> | Wed Mar 08 04:17:45 2017 +0530 |
tree | 99a1d1ab7f01507ec0170ace25394feedf088fe9 | |
parent | 3cf4a9eb9f3251030632889c1c71efa57680061e [diff] | |
parent | 262603c9daf71475223dbaa47f639140d34473dd [diff] |
Merge tag 'android-7.1.1_r25' into 7.1.1 Android 7.1.1 release 25
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