Files
2025-03-01 19:53:39 +07:00

18 lines
310 B
Plaintext

//
// Copyright (C) 2019-2021,2022 The LineageOS Project
//
// SPDX-License-Identifier: Apache-2.0
//
cc_library_static {
name: "libinit_vince",
recovery_available: true,
srcs: ["init_vince.cpp"],
include_dirs: [
"system/core/init"
],
shared_libs: [
"libbase",
]
}