From 737dba99ff1988bafafc38bfdd22fd2c6a5415d7 Mon Sep 17 00:00:00 2001 From: TH779 Date: Thu, 11 Aug 2022 19:02:04 +0800 Subject: [PATCH] sdm660-common: init: Update libbase include path * Google has moved system/core/base to a separate repository. * Ref: https://android.googlesource.com/platform/system/core/+/28d0f1a3af91a0d7b5e58ac5b68c6ef610bee63b. Signed-off-by: TH779 Change-Id: I0a42abb1e47401312def3242c1cc2c3f0af9ccdf --- init/Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/init/Android.bp b/init/Android.bp index b35cfabf..2d235405 100644 --- a/init/Android.bp +++ b/init/Android.bp @@ -10,6 +10,7 @@ cc_library_static { srcs: ["init_sdm660.cpp"], include_dirs: [ "system/core/init", + "system/libbase/include" ], shared_libs: [ "libbase",