commit | 1fbdeb5fe89e717545c7cd2891e5e70a6691f287 | [log] [tgz] |
---|---|---|
author | B--B <dark.schneider.ds@gmail.com> | Wed Dec 07 19:06:26 2016 +0100 |
committer | B--B <dark.schneider.ds@gmail.com> | Wed Dec 07 19:06:26 2016 +0100 |
tree | 26ad35c5d39bd313e1481fbde90744488f1d6e50 | |
parent | 9342ae53b56fb2de12c7d07eeef342998674dabb [diff] | |
parent | 37d7d67ca216972cba9259aa5866220d6abfaf14 [diff] |
Merge tag 'android-7.1.1_r4' into aosp-7.1 Android 7.1.1 release 4
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