Cleanup references to system/core/base -> system/libbase am: 4a80f1f3dd am: e75baaca1e am: b0ffd697dc

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

Change-Id: Icb1951d5b6972634dcce3530b97a1e69ddbfa5dd
diff --git a/common.mk b/common.mk
index 9c32fc1..fb4774a 100644
--- a/common.mk
+++ b/common.mk
@@ -63,7 +63,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)"