commit | 3025166f1a836e02813e921fe2adaefed018f655 | [log] [tgz] |
---|---|---|
author | Baligh Uddin <baligh@google.com> | Wed Apr 27 21:18:07 2016 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Apr 27 21:18:07 2016 +0000 |
tree | 4522b11f5eb50d46834eeedc063d3389c68178cb | |
parent | 0e652e5c0243ba89059dad87943cc9b5cef5431b [diff] | |
parent | 2c995942e3459db02e301e05f6b9eb7cc10bfaa5 [diff] |
Merge "Import translations. DO NOT MERGE"
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