summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaligh Uddin <baligh@google.com>2020-10-23 14:23:50 +0000
committerBaligh Uddin <baligh@google.com>2020-10-23 14:23:50 +0000
commit4a80f1f3dd0d4f14b9f550ab7d77bd621ec42f02 (patch)
treeda1fac53da3c422a7f4d7bd6fe1876bdafab6f48
parent598ede6bae5577264d54cf115815cddd719fc69d (diff)
downloaddisplay-4a80f1f3dd0d4f14b9f550ab7d77bd621ec42f02.tar.gz
Cleanup references to system/core/base -> system/libbase
BUG: 157656545 Test: TH Change-Id: Ic3b28d41cd895358925b4790d16b0758661d2bb5
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 9c32fc18..fb4774a1 100644
--- a/common.mk
+++ b/common.mk
@@ -63,7 +63,7 @@ ifeq ($(LLVM_SA), true)
common_flags += --compile-and-analyze --analyzer-perf --analyzer-Werror
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)"