aboutsummaryrefslogtreecommitdiff
path: root/light
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2019-10-02 12:49:15 -0700
committerMichael Bestas <mkbestas@lineageos.org>2020-12-18 22:40:33 +0200
commitd7d42073b4d8716c1dd0cb0805813a5b230584f4 (patch)
tree284d1b7edc217105095f3def241ec2106c36a90b /light
parent5e9c1abee6876da86256038be20482489f15aba9 (diff)
sdm660-common: Remove libhwbinder/libhidltransport deps
Since these were combined into libhidlbase. Bug: 135686713 Test: build only (libhwbinder/libhidltransport are empty) Change-Id: Iba2cd20b8b20fac3e7564de6b853b475fd4ebd2a
Diffstat (limited to 'light')
-rw-r--r--light/Android.bp1
1 files changed, 0 insertions, 1 deletions
diff --git a/light/Android.bp b/light/Android.bp
index 7a2474b..1e1b93b 100644
--- a/light/Android.bp
+++ b/light/Android.bp
@@ -21,7 +21,6 @@ cc_binary {
shared_libs: [
"libbase",
"libhidlbase",
- "libhidltransport",
"libutils",
"android.hardware.light@2.0",
],