commit | d5c7d6bffe9d03c79c2504f7cbb5091ac377a6c5 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Sep 26 19:42:16 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Mon Sep 26 19:42:16 2016 +0000 |
tree | 4f7aa2ba4ccf0fc29fb709346392e0b9aa33442d | |
parent | 1d55666106f80ae0824ac284f82d90899575358c [diff] | |
parent | be9a94fd17b5303d4ad5553216f47eb87047f8e3 [diff] |
Merge "Switch to <android-base/properties.h>." am: cc02f9652f am: be9a94fd17 Change-Id: Ib5e4fb8d20e04df7b592af96d898afbbc6846620
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