From 4d706f69ff621bc2ea173e1cc55a44fe771d3954 Mon Sep 17 00:00:00 2001 From: Baligh Uddin Date: Fri, 23 Oct 2020 14:21:56 +0000 Subject: Cleanup references to system/core/base -> system/libbase BUG: 157656545 Test: TH Change-Id: I4269a4c051ea8114f3bf418441bfa0de28fcb761 --- msm8909/common.mk | 2 +- msm8909w_3100/common.mk | 2 +- msm8998/common.mk | 2 +- 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)" -- cgit v1.2.3