summaryrefslogtreecommitdiff
path: root/mobicore/MobiCoreDriverLib/Application.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mobicore/MobiCoreDriverLib/Application.mk')
-rw-r--r--mobicore/MobiCoreDriverLib/Application.mk31
1 files changed, 31 insertions, 0 deletions
diff --git a/mobicore/MobiCoreDriverLib/Application.mk b/mobicore/MobiCoreDriverLib/Application.mk
new file mode 100644
index 0000000..fddc817
--- /dev/null
+++ b/mobicore/MobiCoreDriverLib/Application.mk
@@ -0,0 +1,31 @@
+# =============================================================================
+#
+# Main build file defining the project modules and their global variables.
+#
+# =============================================================================
+
+# Don't remove this - mandatory
+APP_PROJECT_PATH := $(abspath $(call my-dir))
+
+APP_STL := stlport_static
+
+# Don't optimize for better debugging
+APP_OPTIM := debug
+
+# Application wide Cflags
+GLOBAL_INCLUDES := \
+ $(COMP_PATH_MobiCoreDriverMod)/Public \
+ $(COMP_PATH_TlSdk)/Public/MobiCore/inc \
+ $(COMP_PATH_MobiCore)/inc \
+ $(COMP_PATH_TlCm)/Public \
+ $(COMP_PATH_TlCm)/Public/TlCm
+
+# Show all warnings
+APP_CFLAGS += -Wall
+
+LOG_WRAPPER := $(COMP_PATH_Logwrapper)
+
+APP_PLATFORM := android-9
+
+# Position Independent Executable
+APP_PIE := true