makefile - Android.mk vs Application.mk -
i'm little fuzzy use of android.mk & application.mk
i've tried reading application-mk.html & android-mk.html in documentation comes ndk, still confused purpose of two makefiles.
i'll grateful me understand this.
each module requires 1 , 1 android.mk. if ever have 1 module in native application, application.mk redundant (however there few things can controlled application.mk if veer default behavior). however, if have many modules, ergo many android.mk files in project, application.mk can useful providing application-wide settings apply modules.
Comments
Post a Comment