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
Steven Moreland 63e44f7f3e msm8953-common: Remove libhwbinder/libhidltransport deps
Since these were combined into libhidlbase.

Bug: 135686713
Test: build only (libhwbinder/libhidltransport are empty)
Change-Id: I640a3f0e0839214523627bf0b59fd5ae9dd2c61c
2021-02-03 13:42:06 -03:00

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,
}