From e23d9bb037ef7f272473413e8607f32e242b62b9 Mon Sep 17 00:00:00 2001 From: TH779 Date: Thu, 7 Oct 2021 19:52:59 +0800 Subject: [PATCH] cepheus: 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init/Android.bp b/init/Android.bp index fb0153d..c733fd0 100644 --- a/init/Android.bp +++ b/init/Android.bp @@ -19,7 +19,7 @@ cc_library_static { recovery_available: true, whole_static_libs: ["libbase"], include_dirs: [ - "system/core/base/include", - "system/core/init" + "system/core/init", + "system/libbase/include" ] }