0

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!

1
  • To use an external tool you likely want to create an Android.mk that does what you want. Or you can use a shell script that creates it prior to the Android build. Commented Apr 8 at 13:05

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.