commit | 3746bfc6f311ac1ada4032da86b8dd8b55e8b58f | [log] [tgz] |
---|---|---|
author | Naveen Kumar <kumarn@codeaurora.org> | Wed Dec 07 19:51:29 2016 +0530 |
committer | Naveen Kumar <kumarn@codeaurora.org> | Wed Dec 07 22:58:02 2016 +0530 |
tree | 427403f14513a2caac5f630cbd0683ecf96c6080 | |
parent | 6fafcda3ef16166b7583cc933999e1498b56d2fd [diff] | |
parent | 6bb66725049f81cd9bea22deda6efae0eba31965 [diff] |
Merge N-MR1 to remote branch. Change-Id: I501225e7fa53e7dec85c10f657484f4ecf9a49c2
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