commit | 9eeeb17e05e5a44c582dc58e30f12bf0c20517ff | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Wed Apr 20 22:30:13 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Apr 20 22:30:13 2016 +0000 |
tree | 71cf320482cb3fc9a4c18cd539457f7160f96152 | |
parent | 07f0912fe6bd5d4971ceb497e9b921ce20e6d9db [diff] | |
parent | 45609d37efe3ced3a599b6eccd6e6dbd184152e6 [diff] |
Merge "Fix matches_locale function" into nyc-dev am: 8b86373 am: 45609d3 * commit '45609d37efe3ced3a599b6eccd6e6dbd184152e6': Fix matches_locale function Change-Id: I3f3a41dbcb4ab42d287f36b6ff0f2eaa6806f99a
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