mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 04:05:31 -04:00
23 lines
560 B
Text
23 lines
560 B
Text
//
|
|
// Copyright (C) 2021 The LineageOS Project
|
|
//
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
cc_binary {
|
|
name: "android.hardware.light-service.samsung",
|
|
relative_install_path: "hw",
|
|
init_rc: ["android.hardware.light-service.samsung.rc"],
|
|
vintf_fragments: ["android.hardware.light-service.samsung.xml"],
|
|
local_include_dirs: ["include"],
|
|
srcs: [
|
|
"Lights.cpp",
|
|
"service.cpp",
|
|
],
|
|
shared_libs: [
|
|
"libbase",
|
|
"libbinder_ndk",
|
|
"android.hardware.light-V1-ndk_platform",
|
|
],
|
|
vendor: true,
|
|
}
|