commit | 2280984b6339abd9bb3a70747f335d5a56a0beec | [log] [tgz] |
---|---|---|
author | Bowgo Tsai <bowgotsai@google.com> | Fri Jan 15 02:07:45 2021 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Fri Jan 15 02:07:45 2021 +0000 |
tree | e3061810b7e8d6076827c4fc89faac806e44e186 | |
parent | 9243d888b0d187bcea368a8450221ba0659f6468 [diff] | |
parent | b0310fb36df0aaa2b5006557104da5b191396503 [diff] |
Merge "Revert "Create headers library for libvibrator""
diff --git a/libs/vibrator/Android.bp b/libs/vibrator/Android.bp index f570b83..49bc6bf 100644 --- a/libs/vibrator/Android.bp +++ b/libs/vibrator/Android.bp
@@ -55,21 +55,3 @@ }, }, } - -cc_library_headers { - name: "libvibrator_headers", - vendor_available: true, - host_supported: true, - - export_include_dirs: [ - "include", - ], - - static_libs: [ - "libvibrator", - ], - - export_static_lib_headers: [ - "libvibrator", - ], -}