summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorDaniel Levin <dendy@ti.com>2012-07-17 19:29:18 -0500
committerDaniel Levin <dendy@ti.com>2012-07-25 09:29:10 -0500
commitfddffc0e17fd77484b936fb6e1425e57145f6a48 (patch)
treee50b697bcacc5e694b1da9f54e99f760d50d0df7 /Android.mk
parenta697b9ee46373ec5f1a122acb68ad49478f8e08f (diff)
downloadhardware_ti_omap4-fddffc0e17fd77484b936fb6e1425e57145f6a48.zip
hardware_ti_omap4-fddffc0e17fd77484b936fb6e1425e57145f6a48.tar.gz
hardware_ti_omap4-fddffc0e17fd77484b936fb6e1425e57145f6a48.tar.bz2
Wrap include directories and logging
Use global ANDROID_API_<pastry>_OR_LATER to wrap proper include directories and logging code for JB. Change-Id: Ibfb85d7208751fec83bf71c829d0e279e9e9efac Signed-off-by: Daniel Levin <dendy@ti.com>
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 11a6878..b03799f 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,6 +1,9 @@
ifeq ($(TARGET_BOARD_PLATFORM),omap4)
LOCAL_PATH:= $(call my-dir)
+
+include $(LOCAL_PATH)/android-api.mk
+
HARDWARE_TI_OMAP4_BASE:= $(LOCAL_PATH)
OMAP4_DEBUG_MEMLEAK:= false
@@ -34,4 +37,7 @@ include $(call first-makefiles-under,$(LOCAL_PATH))
else
LOCAL_PATH:= $(call my-dir)
include $(LOCAL_PATH)/cpcam/Android.mk
+
+$(clear-android-api-vars)
+
endif