Substituted multiprocessing with multiprocess lib
the instance of Console class is not serializable when using
multiprocessing, so it was impossible to pass the instance to the process
pool.
Added a separate pip_requirments.txt file for HC in the project.
Test: $ pip install -r $ANDROID_BUILD_TOP/test/framework/harnesses/host_controller/script/pip_requirements.txt, $ run --vti={}, device --lease=True
Bug: 72474046
Change-Id: I4776dc4e051d33eee0ea5395fa31b939d9b94808
Loading
Please sign in to comment