mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_sapphire
synced 2026-01-27 19:03:34 +00:00
15 lines
318 B
Plaintext
15 lines
318 B
Plaintext
//
|
|
// Copyright (C) 2023 The LineageOS Project
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
cc_library_static {
|
|
name: "init_sapphire",
|
|
recovery_available: true,
|
|
shared_libs: ["libbase"],
|
|
srcs: ["init_sapphire.cpp"],
|
|
include_dirs: [
|
|
"system/core/init",
|
|
"system/libbase/include"
|
|
]
|
|
} |