Files
Bruno Martins 95d5185f5f 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
2022-05-27 21:31:10 +02:00

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",
]
}