diff options
Diffstat (limited to 'services/inputflinger/Android.bp')
-rw-r--r-- | services/inputflinger/Android.bp | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/services/inputflinger/Android.bp b/services/inputflinger/Android.bp index 70801dccb0..ca92ab5aca 100644 --- a/services/inputflinger/Android.bp +++ b/services/inputflinger/Android.bp @@ -172,9 +172,8 @@ cc_library_shared { export_static_lib_headers: [ "libinputdispatcher", ], - export_include_dirs: [ - ".", - "include", + export_shared_lib_headers: [ + "libinputflinger_base", ], } @@ -185,7 +184,16 @@ cc_library_shared { cc_library_headers { name: "libinputflinger_headers", host_supported: true, - export_include_dirs: ["include"], + export_include_dirs: [ + "include", + ".", + ], + header_libs: [ + "libchrome-gestures_headers", + ], + export_header_lib_headers: [ + "libchrome-gestures_headers", + ], } filegroup { @@ -209,6 +217,7 @@ cc_defaults { "libcutils", "libinput", "liblog", + "libprocessgroup", "libstatslog", "libutils", ], |