mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_miatoll.git
synced 2025-04-29 02:37:19 +09:00
[dereference23: Adapt for miatoll] Signed-off-by: Alexander Winkowski <dereference23@outlook.com> Change-Id: Ia990f08d046192a42c0d951a2ce8d06b8794f6f0
14 lines
336 B
Plaintext
14 lines
336 B
Plaintext
//
|
|
// Copyright (C) 2021 The LineageOS Project
|
|
//
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
cc_library_static {
|
|
name: "init_xiaomi_miatoll",
|
|
srcs: ["init_xiaomi_miatoll.cpp"],
|
|
whole_static_libs: ["//device/xiaomi/sm6250-common:libinit_xiaomi_atoll"],
|
|
include_dirs: ["system/core/init"],
|
|
recovery_available: true,
|
|
}
|