e7adad986a
It seems that soong is now solving exported headers for all modules in shared_libs. Signed-off-by: Aaradhay Vijay <inferno964.github@gmail.com> Signed-off-by: pix106 <sbordenave@gmail.com>
17 lines
313 B
Text
17 lines
313 B
Text
//
|
|
// Copyright (C) 2019-2020,2022 The LineageOS Project
|
|
//
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
cc_library_static {
|
|
name: "libinit_sdm660",
|
|
recovery_available: true,
|
|
srcs: ["init_sdm660.cpp"],
|
|
include_dirs: [
|
|
"system/core/init",
|
|
],
|
|
shared_libs: [
|
|
"libbase",
|
|
]
|
|
}
|