commit | 30703bc4138db900d5428df6587b89f408865a4f | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Thu Jan 14 19:49:23 2021 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Jan 14 19:49:23 2021 +0000 |
tree | 5e9dbcac430b7f2d616d1a6a57e8b11ac663c0fb | |
parent | c8867915384fae6b03c96092eb74a6d1751ef798 [diff] | |
parent | f0a1a325da5620d51075a6e2d2f72ac426d0ba61 [diff] |
Merge "Create headers library for libvibrator"
diff --git a/libs/vibrator/Android.bp b/libs/vibrator/Android.bp index 49bc6bf..f570b83 100644 --- a/libs/vibrator/Android.bp +++ b/libs/vibrator/Android.bp
@@ -55,3 +55,21 @@ }, }, } + +cc_library_headers { + name: "libvibrator_headers", + vendor_available: true, + host_supported: true, + + export_include_dirs: [ + "include", + ], + + static_libs: [ + "libvibrator", + ], + + export_static_lib_headers: [ + "libvibrator", + ], +}