Use this tag on questions related to "Android.
I almost found the answer in Adding a external jar reference in Android.mk but I'm still not quite there. …
android android-makeI tried adding some files in Android framework. Everything goes well, except in the end of compilation i am getting …
android android-source android-framework android-makeI am trying to build kernel for AOSP 4.4.2 for a device. When I compile the kernel I get build/core/…
kernel-module android-source android-makeIs there any way to use conditional expressions in Android.mk? I need it to do smth like this: IF …
android makefile android-ndk android-make