summaryrefslogtreecommitdiff
path: root/msm8909/common.mk
diff options
context:
space:
mode:
Diffstat (limited to 'msm8909/common.mk')
-rw-r--r--msm8909/common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/msm8909/common.mk b/msm8909/common.mk
index f8fe936e..2a78aad0 100644
--- a/msm8909/common.mk
+++ b/msm8909/common.mk
@@ -42,7 +42,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)"