summaryrefslogtreecommitdiffstats
path: root/stlport/libstlport.mk
blob: 8321d4af6caa3d3e62f9d2e4c48ff324037457c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Add a couple include paths to use stlport.

# Only use this on the device or emulator.
ifeq ($(TARGET_SIMULATOR),true)
$(error STLPort not suitable for the simulator! $(LOCAL_PATH))
endif

# Make sure bionic is first so we can include system headers.
LOCAL_C_INCLUDES := \
	bionic \
	external/connectivity/stlport/stlport \
	$(LOCAL_C_INCLUDES)