commit | d87cd4ee62f4fba39b94fbb27d2aef0e2440bc73 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Sep 09 23:39:35 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Sep 09 23:39:35 2016 +0000 |
tree | 14a4b13c7cfcfc1d9961a002539add0f67c5d3bc | |
parent | 0430aa5b723f5a536437b97b4227180d50004df3 [diff] | |
parent | bd76bb0aa8c8e38081ae1f97aee1fa85c731dfb6 [diff] |
resolve merge conflicts of ad8b5a6 to nyc-mr1-dev-plus-aosp am: bd76bb0aa8 Change-Id: Iff135a00681ab237d81726f884ec6ba007703c9e
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