aboutsummaryrefslogtreecommitdiff
path: root/light
diff options
context:
space:
mode:
authorDavide Garberi <dade.garberi@gmail.com>2020-09-09 19:21:29 +0200
committerDavide Garberi <dade.garberi@gmail.com>2021-10-04 22:32:21 +0200
commite0dc855da5591fdf7fd05796e68ef93ee5e1006e (patch)
tree22910e40b03a3f8013e7fe0626f7e7667d9ca6a2 /light
parent8aa074c94c24bda30a2cdbba5a81a4bca1068c84 (diff)
msm8996-common: Remove libhwbinder and libhidltransport references
* These are now combined with libhidlbase Change-Id: I7cea1f4e09c12a4bedff40a168d4bce494f8c51d
Diffstat (limited to 'light')
-rw-r--r--light/Android.bp2
-rw-r--r--light/service.cpp1
2 files changed, 0 insertions, 3 deletions
diff --git a/light/Android.bp b/light/Android.bp
index 078b448..1baa106 100644
--- a/light/Android.bp
+++ b/light/Android.bp
@@ -23,8 +23,6 @@ cc_binary {
"libcutils",
"libhardware",
"libhidlbase",
- "libhidltransport",
- "libhwbinder",
"libutils",
"android.hardware.light@2.0",
],
diff --git a/light/service.cpp b/light/service.cpp
index cab1d04..6eae236 100644
--- a/light/service.cpp
+++ b/light/service.cpp
@@ -22,7 +22,6 @@
#include "Light.h"
-// libhwbinder:
using android::hardware::configureRpcThreadpool;
using android::hardware::joinRpcThreadpool;