diff options
| author | Bruno Martins <bgcngm@gmail.com> | 2022-02-11 23:56:06 +0000 |
|---|---|---|
| committer | Bruno Martins <bgcngm@gmail.com> | 2022-02-15 14:20:03 +0000 |
| commit | 6989621958d1581ed56555dcea13cff755adaae5 (patch) | |
| tree | 0df39f2e1f82c976224cf21643c9cbe5869c4a15 | |
| parent | 7a85919596295c738da3c3b1541429bc01c87a77 (diff) | |
pro1: 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
| -rw-r--r-- | init/Android.bp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/init/Android.bp b/init/Android.bp index cb7a9a8..e6355f0 100644 --- a/init/Android.bp +++ b/init/Android.bp @@ -1,5 +1,5 @@ // -// Copyright (C) 2019-2020 The LineageOS Project +// Copyright (C) 2019-2020,2022 The LineageOS Project // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,7 +19,6 @@ cc_library_static { recovery_available: true, srcs: ["init_fxtec_msm8998.cpp"], include_dirs: [ - "system/core/base/include", "system/core/init" ], shared_libs: [ |
