summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorDavid Schleef <ds@ti.com>2012-04-04 15:07:53 -0700
committerDaniel Levin <dendy@ti.com>2012-07-25 08:56:41 -0500
commit0770d52aa0d6e2723234e3bd15dcb3570b915235 (patch)
tree86a6bf6fa1c6c3d66f8f443f18538625c67b8adf /Android.mk
parent11b0dde930e56fdd68e1b01ed62e884bda780cdb (diff)
downloadhardware_ti_omap4-0770d52aa0d6e2723234e3bd15dcb3570b915235.zip
hardware_ti_omap4-0770d52aa0d6e2723234e3bd15dcb3570b915235.tar.gz
hardware_ti_omap4-0770d52aa0d6e2723234e3bd15dcb3570b915235.tar.bz2
cpcam: sdk add-on: add initial source
applications case use this sdk add-on to develop there cpcam applications. to build using the sdk (versus AOSP), the resulting jar file needs to be included in "add-ons" folder in the sdk. Change-Id: I7c244d9932c6153ddfe7efeb0f8a4a50b44fee18 Signed-off-by: David Schleef <ds@ti.com> Signed-off-by: Vladimir Petrov <vppetrov@mm-sol.com> Signed-off-by: Tyler Luu <tluu@ti.com> Signed-off-by: Emilian Peev <epeev@mm-sol.com>
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 2729bab..11a6878 100644
--- a/Android.mk
+++ b/Android.mk
@@ -31,4 +31,7 @@ BUILD_HEAPTRACKED_EXECUTABLE:= $(BUILD_EXECUTABLE)
endif
include $(call first-makefiles-under,$(LOCAL_PATH))
+else
+LOCAL_PATH:= $(call my-dir)
+include $(LOCAL_PATH)/cpcam/Android.mk
endif