commit | e49c0d6406dcce19bdcf81d635b3449004f44c7e | [log] [tgz] |
---|---|---|
author | Bill Yi <byi@google.com> | Wed Jul 20 19:24:24 2016 -0700 |
committer | Bill Yi <byi@google.com> | Wed Jul 20 19:24:24 2016 -0700 |
tree | bc5fc993b0cb6846bf9d136b56f040c937747536 | |
parent | da654af606d700c0a467c27025fb7f6ef745936d [diff] |
Import translations. DO NOT MERGE Change-Id: If24c94c20f8e4c37c119dcaff765e9ee59e48ef4 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