diff options
Diffstat (limited to 'light')
-rw-r--r-- | light/Android.bp | 2 | ||||
-rw-r--r-- | light/service.cpp | 1 |
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; |