diff options
-rw-r--r-- | touch/Android.bp | 3 |
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", + ], } |