commit | 43627700023620d94f7b87b7a7f0b218a9cb48ad | [log] [tgz] |
---|---|---|
author | Shubham Singh <coolsks94@gmail.com> | Wed Apr 05 01:18:17 2017 +0530 |
committer | Shubham Singh <coolsks94@gmail.com> | Wed Apr 05 01:18:17 2017 +0530 |
tree | 328144632300d4cf25387a8a46b218cd679c9416 | |
parent | 1fbdeb5fe89e717545c7cd2891e5e70a6691f287 [diff] | |
parent | f1278966750d17e2be69ced79396cdd3ffab3e94 [diff] |
Merge tag 'android-7.1.2_r4' into HEAD Android 7.1.2 Release 4 (N2G47H) Conflicts: updater/install.cpp
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