Support M
[GitHub/LineageOS/android_hardware_samsung_slsi_exynos5.git] / mobicore / Android.mk
index c89cb228edb9291d16d2eba604a565286df077e8..d9ec6748cbe072877934066af2d3042fc773bead 100644 (file)
@@ -12,12 +12,12 @@ COMP_PATH_MobiCoreDriverMod := $(MOBICORE_PROJECT_PATH)/include
 
 # Application wide Cflags
 GLOBAL_INCLUDES := bionic \
-       external/stlport/stlport \
+       external/libcxx \
        $(COMP_PATH_MobiCore)/inc \
        $(COMP_PATH_MobiCoreDriverMod)/Public \
        $(COMP_PATH_MobiCore)/inc/TlCm
 
-GLOBAL_LIBRARIES := libstlport
+GLOBAL_LIBRARIES := libc++
 
 # Include the Daemon
 include $(MOBICORE_PROJECT_PATH)/daemon/Android.mk