From 95d5185f5f8cb43fd7c00dcfc673fcebba214767 Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Fri, 11 Feb 2022 23:56:06 +0000 Subject: [PATCH] msm8953-common: init: Drop no longer necessary libbase include dir It seems that soong is now solving exported headers for all modules in shared_libs. Change-Id: Id9612abe17222226fd8b3009c92f5376543ec261 --- init/Android.bp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/init/Android.bp b/init/Android.bp index 04f3d3f..e58aeac 100644 --- a/init/Android.bp +++ b/init/Android.bp @@ -1,5 +1,5 @@ // -// Copyright (C) 2019-2021 The LineageOS Project +// Copyright (C) 2019-2021,2022 The LineageOS Project // // SPDX-License-Identifier: Apache-2.0 // @@ -9,7 +9,6 @@ cc_library_static { recovery_available: true, srcs: ["init_msm8953.cpp"], include_dirs: [ - "system/core/base/include", "system/core/init" ], shared_libs: [