Hi
力召,
Thank you, now the reproxy can be started.
then I have another issue:
The client distribute actions to the service, the service schedules the actions to the workers, the workers does the actions.
In android build system, there is a limitation of using the host installed tools, many tools under "prebuilts/" directory like clang++ is used, how can a worker get the environment as the local build?
I set "RBE_CXX_EXEC_STRATEGY" to be "remote" then try to build a test module with RBE, the log shows that it blocks on "clang++ test_source_file.cpp", while on the service end, it can be known that there is input requests, but the worker seems does nothing.
I guesss it's related to the clang++ tool, although I installed clang++ on the worker machine. but android should use its own.
Best Regards,
Zhu Faqiang.