commit | 6b03f7855a74511d1a88a0f4dbe43c3ea892caaf | [log] [tgz] |
---|---|---|
author | Baligh Uddin <baligh@google.com> | Sat Oct 24 14:31:43 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sat Oct 24 14:31:43 2020 +0000 |
tree | da1fac53da3c422a7f4d7bd6fe1876bdafab6f48 | |
parent | b1ab7ed79b6010996e84dd5f7ebfa46e5a8781c8 [diff] | |
parent | e5236a147b966ac88bd3088e73c79c5ca013fe3c [diff] |
Cleanup references to system/core/base -> system/libbase am: 4a80f1f3dd am: e75baaca1e am: b0ffd697dc am: e5236a147b Original change: https://android-review.googlesource.com/c/platform/hardware/qcom/sdm845/display/+/1472382 Change-Id: Id136da70bb4756d77be3bf2c47b64a61812336a8
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)"