From 4a80f1f3dd0d4f14b9f550ab7d77bd621ec42f02 Mon Sep 17 00:00:00 2001 From: Baligh Uddin Date: Fri, 23 Oct 2020 14:23:50 +0000 Subject: Cleanup references to system/core/base -> system/libbase BUG: 157656545 Test: TH Change-Id: Ic3b28d41cd895358925b4790d16b0758661d2bb5 --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)" -- cgit v1.2.3