commit | a9b252887c64e448dd141ede88a0fbe0c664b989 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Tue Nov 01 23:53:02 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Nov 01 23:53:02 2016 +0000 |
tree | c189e5f93d00db87e71b8c7401af545e02d4d809 | |
parent | 3f4030e0ef53c9e308b70788dc53bf0c5cfcd06a [diff] | |
parent | 5fe280ac96a2c13f613b7138bb239c3f36d35c9f [diff] |
Merge "Cleanup ReadArgs & ReadValueArgs usage"
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