summaryrefslogtreecommitdiff
path: root/msm8998/common.mk
diff options
context:
space:
mode:
Diffstat (limited to 'msm8998/common.mk')
-rw-r--r--msm8998/common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/msm8998/common.mk b/msm8998/common.mk
index 1427261a..8feeb9a5 100644
--- a/msm8998/common.mk
+++ b/msm8998/common.mk
@@ -38,7 +38,7 @@ ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
common_flags += -DUSER_DEBUG
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)"