Since these were combined into libhidlbase. Bug: 135686713 Test: build only (libhwbinder/libhidltransport are empty) Change-Id: I640a3f0e0839214523627bf0b59fd5ae9dd2c61c
24 lines
478 B
Plaintext
24 lines
478 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",
|
|
"liblog",
|
|
"libcutils",
|
|
"libutils",
|
|
"android.hardware.light@2.0",
|
|
],
|
|
relative_install_path : "hw",
|
|
vendor: true,
|
|
}
|