commit | 1d2bf4f6313686eb372a10d2707e20e461ae34be | [log] [tgz] |
---|---|---|
author | Bill Yi <byi@google.com> | Tue Apr 05 16:33:18 2016 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue Apr 05 16:33:18 2016 +0000 |
tree | f6302bab90500b72972eb912b3bd1f302bbca43c | |
parent | a29251c0ae2721dc15d864b226c0ddb59fd05d34 [diff] | |
parent | 1b4ee01cfaec5d59da2247b0c96a78c0f6f4fd36 [diff] |
Merge "Import translations. DO NOT MERGE"
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