Renegade
Renegade

Reputation: 157

What is the purpose of the .mk file in android

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.

Upvotes: 2

Views: 1707

Answers (1)

Adinia
Adinia

Reputation: 3731

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.

Upvotes: 3

Related Questions