summaryrefslogtreecommitdiff
path: root/mobicore/daemon/Application.mk
blob: d36202d061c27cc01889734d302f7868a2f732aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# =============================================================================
#
# Main build file defining the project modules and their global variables.
#
# =============================================================================

# Don't remove this - mandatory
APP_PROJECT_PATH := $(abspath $(call my-dir))

# The only STL implementation currently working with exceptions
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