commit | 8e6e4bc979aff6c7e0c8174b8e9e09ba01deae9c | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Wed Jun 29 23:11:45 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Jun 29 23:11:45 2016 +0000 |
tree | 8589b2093f2484ad6a7cd432dc8ea2edb348751b | |
parent | e5c6d47f524dc6aaa99f397ad486ce45c1e28b5b [diff] | |
parent | a9f648f01099e593aaa25f364291a38fa8f60dc2 [diff] |
Merge \"Fix google-explicit-constructor warnings in bootable/recovery.\" am: a9f648f010 Change-Id: I7912c46384c2acef90fcd517d709449148f0b9db
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