summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaligh Uddin <baligh@google.com>2020-10-24 02:04:50 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-10-24 02:04:50 +0000
commite75baaca1ef489628ad3d738553f163620cffe98 (patch)
treeda1fac53da3c422a7f4d7bd6fe1876bdafab6f48
parent598ede6bae5577264d54cf115815cddd719fc69d (diff)
parent4a80f1f3dd0d4f14b9f550ab7d77bd621ec42f02 (diff)
downloaddisplay-e75baaca1ef489628ad3d738553f163620cffe98.tar.gz
Cleanup references to system/core/base -> system/libbase am: 4a80f1f3dd
Original change: https://android-review.googlesource.com/c/platform/hardware/qcom/sdm845/display/+/1472382 Change-Id: Ic8dd719b4e661c54e1aacc6af80c05c8778b7276
-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)"