admin管理员组

文章数量:1290090

I am trying to integrate an external tool that uses make as its build system into my Android project.
Specifically, I want to invoke make within the Android.bp file so that the Makefile from this tool is executed during the build process.

Should I use genrule, or is there a better approach for this use case?

Thank you for your help!

本文标签: How to invoke make command in AndroidbpStack Overflow