commit | 8b86373fd954276b18a6fba81afbe42c9caa49d3 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Wed Apr 20 21:55:29 2016 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Apr 20 21:55:30 2016 +0000 |
tree | ec4717f9994e572e6ec26e5ef4184bfbf9ea6e5c | |
parent | 4eec72d2cf8c1be0068feffc804035dab756c78d [diff] | |
parent | 2430e2978b95ff364c304e0aeeeaeec6df929146 [diff] |
Merge "Fix matches_locale function" into nyc-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