commit | cc02f9652f7994c835c7073d13b30f60ff1134af | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Sep 26 19:32:48 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Sep 26 19:32:48 2016 +0000 |
tree | 034b34abded47d933f5e4f84b8f92936fb74bd47 | |
parent | 3cf815a6a93bd9e27d250d181ef877e5d3a42018 [diff] | |
parent | cb22040c6303144a42a90f424f29a267e43bef74 [diff] |
Merge "Switch to <android-base/properties.h>."
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