aboutsummaryrefslogtreecommitdiff
path: root/touch/Android.bp
diff options
context:
space:
mode:
authorDavide Garberi <dade.garberi@gmail.com>2019-02-11 17:38:02 +0100
committerDavide Garberi <dade.garberi@gmail.com>2019-02-11 13:56:01 +0100
commitddb7543a9649640b28ee5428538623a85a2f8b48 (patch)
treee7db18f1c223a07e030c22ecbe57364994a52ec2 /touch/Android.bp
parentbd52fb43bebcf751dfb532c777603a9643981f97 (diff)
msm8996-common: touch: Add libbinder_headers dependency
* Fixes: device/zuk/msm8996-common/touch/service.cpp:20:10: fatal error: 'binder/ProcessState.h' file not found Change-Id: Ib94af2d82de70f159eb54b9cf3a753a1a2654221 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Diffstat (limited to 'touch/Android.bp')
-rw-r--r--touch/Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/touch/Android.bp b/touch/Android.bp
index d11d6d8..0cb7c43 100644
--- a/touch/Android.bp
+++ b/touch/Android.bp
@@ -29,4 +29,7 @@ cc_binary {
"libutils",
"vendor.lineage.touch@1.0",
],
+ header_libs: [
+ "libbinder_headers",
+ ],
}