mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_stone
synced 2026-01-27 17:18:49 +00:00
24 lines
437 B
Plaintext
24 lines
437 B
Plaintext
//
|
|
// Copyright (C) 2023 The LineageOS Project
|
|
//
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
cc_library_static {
|
|
name: "init_stone",
|
|
srcs: ["init_stone.cpp"],
|
|
recovery_available: true,
|
|
whole_static_libs: ["libbase"],
|
|
include_dirs: [
|
|
"system/core/init",
|
|
"system/libbase/include"
|
|
]
|
|
}
|
|
|
|
prebuilt_etc {
|
|
name: "init.xiaomi.rc",
|
|
src: "init.xiaomi.rc",
|
|
sub_dir: "init/hw",
|
|
vendor: true,
|
|
}
|