commit | 28b67f8eea62fa1521b988e2c42db87ff001ec26 | [log] [tgz] |
---|---|---|
author | Bill Yi <byi@google.com> | Mon Jul 10 13:22:17 2017 -0700 |
committer | Bill Yi <byi@google.com> | Mon Jul 10 13:22:17 2017 -0700 |
tree | 5cc4fef2d0e5c1965b4ea105fb2fad044816cbcd | |
parent | e4dcbd1c9e8b16e5fffd1ae7e6c66017a04fdd78 [diff] |
Import translations. DO NOT MERGE Change-Id: If9d38fc1db0f4abc498c5229aa6d45150b0ef5e7 Auto-generated-cl: translation import Exempt-From-Owner-Approval: 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