commit | 54a2747ef305c10d07d8db393125dbcbb461c428 | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Mon Apr 18 11:30:55 2016 -0700 |
committer | Chih-Hung Hsieh <chh@google.com> | Mon Apr 18 12:29:30 2016 -0700 |
tree | ad6f90bea569c5f01bbf9485e356dcdb035d79c5 | |
parent | 51dcd0da37dd10238017bae03fc708dc6e05bb56 [diff] |
Fix google-runtime-int warnings. Bug: 28220065 Change-Id: Ida199c66692a1638be6990d583d2ed42583fb592
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