commit | d71cf2eee3a9365d927b1702a49f6867b4982c36 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Jun 15 23:18:43 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Jun 15 23:18:43 2016 +0000 |
tree | d1320c0b8da3257168cf2c753204fdc501ac7e0f | |
parent | a087302da75eba0e14b4030a3db76593b313c986 [diff] | |
parent | 4692e5d8c8000600bc4c59c5f2b5fb5177dd0758 [diff] |
Merge \\"Remove an abused global so we can actually see logging.\\" am: 37450d7f42 am: 4692e5d8c8 Change-Id: Idf78bf71a0670997da754d0de93691db313aed57
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