commit | 4315841f744d86d1f9e0e8681f0c7de5c4a49e86 | [log] [tgz] |
---|---|---|
author | Baligh Uddin <baligh@google.com> | Tue Apr 26 13:35:32 2016 -0700 |
committer | Baligh Uddin <baligh@google.com> | Tue Apr 26 13:35:32 2016 -0700 |
tree | fdae0de9faa7defe19af9f8e4f0b0dcac89ea600 | |
parent | e59f5de5772f16a9969d655d5b184d0f75d664b9 [diff] |
Import translations. DO NOT MERGE Change-Id: I2c06d0cb0aa43c69f4f4b8c0ce6f7a81dbd00dba 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