summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaligh Uddin <baligh@google.com>2020-10-24 03:31:28 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-10-24 03:31:28 +0000
commit0dc745fd9604e5da99669a71b554a7f69ba3f86f (patch)
treef9d332210fe48abcd755a4741a378a2014007f64
parent28ff737776570428ba39abccb7c24a941e69b04b (diff)
parentbf6b18e3536d3cdc96478a0b3f503f8252056b78 (diff)
downloaddisplay-0dc745fd9604e5da99669a71b554a7f69ba3f86f.tar.gz
Merge "Cleanup references to system/core/base -> system/libbase" am: 36e404753a am: add35fff68 am: bf6b18e353
Original change: https://android-review.googlesource.com/c/platform/hardware/qcom/display/+/1472191 Change-Id: Idbfff940be761f2d0d38c4cbf65c36dd82e09a8e
-rw-r--r--msm8909/common.mk2
-rw-r--r--msm8909w_3100/common.mk2
-rw-r--r--msm8998/common.mk2
3 files changed, 3 insertions, 3 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)"
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)"
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)"