commit | 9342ae53b56fb2de12c7d07eeef342998674dabb | [log] [tgz] |
---|---|---|
author | B--B <dark.schneider.ds@gmail.com> | Mon Nov 07 01:32:45 2016 +0100 |
committer | B--B <dark.schneider.ds@gmail.com> | Mon Nov 07 01:32:45 2016 +0100 |
tree | 68898452f2cd7161ac87ef12a4d54892e3abd520 | |
parent | a1fde063e03866d825216f24f5fd7258948d8205 [diff] | |
parent | 436e05b5400b2bb9ee1b4fb030709be24108b8a6 [diff] |
Merge tag 'android-7.1.0_r4' into aosp-7.1 Android 7.1.0 release 4 Conflicts: Android.mk
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