commit | 5fe280ac96a2c13f613b7138bb239c3f36d35c9f | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Mon Oct 17 18:15:20 2016 -0700 |
committer | Tianjie Xu <xunchang@google.com> | Tue Nov 01 15:03:06 2016 -0700 |
tree | c189e5f93d00db87e71b8c7401af545e02d4d809 | |
parent | 3f4030e0ef53c9e308b70788dc53bf0c5cfcd06a [diff] |
Cleanup ReadArgs & ReadValueArgs usage ReadArgs will switch to using std::string and std::unique_ptr. Also cleanup the callers. Test: mma & component test passed. Change-Id: I4724406ae6c0c134a27bbd1cdd24ad5d343b2a3b
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