summaryrefslogtreecommitdiff
path: root/msm8909w_3100/common.mk
diff options
context:
space:
mode:
Diffstat (limited to 'msm8909w_3100/common.mk')
-rw-r--r--msm8909w_3100/common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/msm8909w_3100/common.mk b/msm8909w_3100/common.mk
index b253c80b..8920342b 100644
--- a/msm8909w_3100/common.mk
+++ b/msm8909w_3100/common.mk
@@ -35,7 +35,7 @@ ifeq ($(TARGET_USES_GRALLOC1), true)
common_flags += -DUSE_GRALLOC1
endif
-common_includes := system/core/base/include
+common_includes := system/libbase/include
CHECK_VERSION_LE = $(shell if [ $(1) -le $(2) ] ; then echo true ; else echo false ; fi)
PLATFORM_SDK_NOUGAT = 25
ifeq "REL" "$(PLATFORM_VERSION_CODENAME)"