2019-09-14 14:22:24 -04:00
|
|
|
//
|
2022-02-11 18:56:06 -05:00
|
|
|
// Copyright (C) 2019-2020,2022 The LineageOS Project
|
2019-09-14 14:22:24 -04:00
|
|
|
//
|
2021-09-12 15:27:59 -04:00
|
|
|
// SPDX-License-Identifier: Apache-2.0
|
2019-09-14 14:22:24 -04:00
|
|
|
//
|
|
|
|
|
|
|
|
cc_library_static {
|
|
|
|
name: "libinit_sdm660",
|
|
|
|
recovery_available: true,
|
|
|
|
srcs: ["init_sdm660.cpp"],
|
|
|
|
include_dirs: [
|
2021-10-07 07:58:23 -04:00
|
|
|
"system/core/init",
|
2022-08-11 07:02:04 -04:00
|
|
|
"system/libbase/include"
|
2018-06-01 06:26:42 -04:00
|
|
|
],
|
2021-03-08 10:10:12 -05:00
|
|
|
shared_libs: [
|
|
|
|
"libbase",
|
|
|
|
]
|
2019-09-14 14:22:24 -04:00
|
|
|
}
|