20 lines
373 B
Plaintext
20 lines
373 B
Plaintext
//
|
|
// Copyright (C) 2024 The LineageOS Project
|
|
//
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
cc_library_static {
|
|
name: "libinit_sm7150",
|
|
recovery_available: true,
|
|
srcs: ["init_sm7150.cpp"],
|
|
whole_static_libs: ["libbase"],
|
|
include_dirs: [
|
|
"system/libbase/include",
|
|
"system/core/init"
|
|
],
|
|
shared_libs: [
|
|
"libbase",
|
|
],
|
|
}
|