Top "Android-make" questions

Use this tag on questions related to "Android.

Adding a jar file from libs/ to Android.mk

I almost found the answer in Adding a external jar reference in Android.mk but I'm still not quite there. …

android android-make
Couldn't parse API file "frameworks/base/api/current.txt"

I 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-make
MODULE.TARGET.SHARED_LIBRARIES.libjpeg already defined error

I 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-make
Android.mk conditions

Is 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