I want to how a .mk
file works and where I have to use it? I have some downloaded source code and it includes lots of .mk
extension files and I am stuck not knowing how to handle it.
Asked
Active
Viewed 1,641 times
2

David Rawson
- 20,912
- 7
- 88
- 124

Renegade
- 157
- 1
- 10
1 Answers
3
Seems like you came across a project using native code - Android NDK.
Check the samples provided on the link for more detailed information about building and running such a project.

Adinia
- 3,722
- 5
- 40
- 58