commit | be9a94fd17b5303d4ad5553216f47eb87047f8e3 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Sep 26 19:40:28 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Mon Sep 26 19:40:28 2016 +0000 |
tree | 034b34abded47d933f5e4f84b8f92936fb74bd47 | |
parent | 40bae5e1c63a7fe7cd3b64b1d13c1bbb6f18b84a [diff] | |
parent | cc02f9652f7994c835c7073d13b30f60ff1134af [diff] |
Merge "Switch to <android-base/properties.h>." am: cc02f9652f Change-Id: I5f0d55f980055cee3c7ae477d1bdbd1d05b97dc1
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