ee864f39ea
Change-Id: Ib4ae8e9821dd0fb36e922e2c5f993aa6c0e28be1
29 lines
677 B
Plaintext
29 lines
677 B
Plaintext
//
|
|
// Copyright (C) 2021-2024 The LineageOS Project
|
|
//
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
cc_binary {
|
|
name: "android.hardware.light-service.xiaomi",
|
|
defaults: ["hidl_defaults"],
|
|
vendor: true,
|
|
relative_install_path: "hw",
|
|
init_rc: ["android.hardware.light-service.xiaomi.rc"],
|
|
vintf_fragments: ["android.hardware.light-service.xiaomi.xml"],
|
|
srcs: [
|
|
"BacklightDevice.cpp",
|
|
"Devices.cpp",
|
|
"LedDevice.cpp",
|
|
"Lights.cpp",
|
|
"RgbLedDevice.cpp",
|
|
"Utils.cpp",
|
|
"service.cpp",
|
|
],
|
|
shared_libs: [
|
|
"libbase",
|
|
"libbinder_ndk",
|
|
"android.hardware.light-V2-ndk",
|
|
],
|
|
}
|