commit | 54937d0b597b94bb29fa7ef8f75fd84f6d83124e | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Mar 29 18:29:55 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Mar 29 18:29:55 2016 +0000 |
tree | 5237cb0e2fa8fe226b7df6256c0c5b42e517e932 | |
parent | 0609e1472864735c73b5e9267c91b57ae450c088 [diff] | |
parent | 20ab2db8f1e04f4f9b4c1dc0e9377f0586bfc10a [diff] |
resolve merge conflicts of 5cf4701 to nyc-dev-plus-aosp am: 20ab2db * commit '20ab2db8f1e04f4f9b4c1dc0e9377f0586bfc10a': Switch to <android-base/unique_fd.h>. Change-Id: I3ad1eae327ad83c82aa684e4a2846d4313fd4486
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