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
This commit is contained in:
committed by
abhinavgupta371
parent
08541167eb
commit
95d5185f5f
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user