Files
device_xiaomi_cmi/libinit/Android.bp
Sebastiano Barezzi f696869498 cmi: Move to the new libinit implementation
Change-Id: I4207a94ff62f0c515c91e186f0ace348c6db7b1d
2025-10-28 02:26:39 +01:00

13 lines
297 B
Plaintext

//
// Copyright (C) 2021-2025 The LineageOS Project
//
// SPDX-License-Identifier: Apache-2.0
//
cc_library_static {
name: "libvariant_xiaomi_cmi",
srcs: ["libvariant_xiaomi_cmi.cpp"],
header_libs: ["//device/xiaomi/sm8250-common:libvariant_headers"],
recovery_available: true,
}