mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_apollo
synced 2026-02-01 06:04:56 +00:00
14 lines
333 B
Plaintext
14 lines
333 B
Plaintext
//
|
|
// Copyright (C) 2021 The LineageOS Project
|
|
//
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
cc_library_static {
|
|
name: "init_xiaomi_apollo",
|
|
srcs: ["init_xiaomi_apollo.cpp"],
|
|
whole_static_libs: ["//device/xiaomi/sm8250-common:libinit_xiaomi_kona"],
|
|
include_dirs: ["system/core/init"],
|
|
recovery_available: true,
|
|
}
|