commit | ca5003e0336ebe4b8260172ed8183c5ae9095018 | [log] [tgz] |
---|---|---|
author | Bill Yi <byi@google.com> | Tue Apr 26 15:04:31 2016 -0700 |
committer | Bill Yi <byi@google.com> | Tue Apr 26 15:04:31 2016 -0700 |
tree | fdae0de9faa7defe19af9f8e4f0b0dcac89ea600 | |
parent | e59f5de5772f16a9969d655d5b184d0f75d664b9 [diff] |
Import translations. DO NOT MERGE Change-Id: I3383f51c68573c3e350f1bad5fce90be5643edb0 Auto-generated-cl: translation import
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