Something I often forget when creating Android.mk files is how to get the current directory the make file is in. The build systems provides many useful enviroment functions, including one called “my-dir” to give you exactly that!
It can leveraged as such:
MY_VAR := $(call my-dir)