This repository has been archived on 2025-09-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
device_motorola_msm8953-common/light/Android.bp
2021-01-31 18:24:06 -03:00

26 lines
515 B
Plaintext

//
// SPDX-License-Identifier: GPL-3.0-or-later
//
// Copyright (C) 2019, Harshit Jain
//
cc_binary {
defaults: ["hidl_defaults"],
name: "android.hardware.light@2.0-service.msm8953",
init_rc: ["android.hardware.light@2.0-service.msm8953.rc"],
srcs: ["service.cpp", "Light.cpp"],
shared_libs: [
"libhardware",
"libhidlbase",
"libhidltransport",
"liblog",
"libhwbinder",
"libcutils",
"libutils",
"android.hardware.light@2.0",
],
relative_install_path : "hw",
vendor: true,
}