commit | d75003d24c6e33befe041dd0cad7be3df199636c | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Fri Nov 04 11:31:29 2016 -0700 |
committer | Tianjie Xu <xunchang@google.com> | Tue Nov 08 10:11:03 2016 -0800 |
tree | 681d07ecf436a4464c7493c70b243f766740f118 | |
parent | ba41fba9e4fbd343bc6d0cb06b50fa2635a1f5a4 [diff] |
Make make_parent() to take const argument Switch to use const std::string; and add corresponding tests. Bug: 32649858 Test: Component tests pass Change-Id: I640f3ec81f1481fa91aa310f8d4d96dac9649cb9
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