commit | abd098801198a696914e4d2ccaae95ed9fa3f944 | [log] [tgz] |
---|---|---|
author | Baligh Uddin <baligh@google.com> | Wed Apr 27 21:17:58 2016 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Apr 27 21:17:58 2016 +0000 |
tree | 7863a831b4fd592029672ffcda0db60f0d0697c0 | |
parent | e84e73a0187027e559871ae72e33bce8986c2be8 [diff] | |
parent | 9f5565bd107ea3d90b887d6152a760839b2aeca8 [diff] |
Merge "Import translations. DO NOT MERGE" into nyc-mr1-dev
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