Cleanup references to system/core/base -> system/libbase am: a649bd01b5 am: 83cfe5561f am: bd5681482f

Original change: https://android-review.googlesource.com/c/platform/hardware/qcom/sm8150/display/+/1472283

Change-Id: Iaf3759fcfd74a7ffe58f59a90e54e6a42372e03c
diff --git a/common.mk b/common.mk
index e303f5b..d10ba96 100644
--- a/common.mk
+++ b/common.mk
@@ -40,7 +40,7 @@
     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)"