It seems that soong is now solving exported headers for all modules in shared_libs. Change-Id: Id9612abe17222226fd8b3009c92f5376543ec261
18 lines
314 B
Plaintext
18 lines
314 B
Plaintext
//
|
|
// Copyright (C) 2019-2021,2022 The LineageOS Project
|
|
//
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
cc_library_static {
|
|
name: "libinit_msm8953",
|
|
recovery_available: true,
|
|
srcs: ["init_msm8953.cpp"],
|
|
include_dirs: [
|
|
"system/core/init"
|
|
],
|
|
shared_libs: [
|
|
"libbase",
|
|
]
|
|
}
|