From e5696a5ccc736bc636f31deceee622cc21700a21 Mon Sep 17 00:00:00 2001 From: Prabir Pradhan Date: Wed, 14 Nov 2018 19:55:21 -0800 Subject: InputFlinger Split: Use libinputreader in InputManagerService This changes native InputManagerService to use the new backend library for inputflinger: libinputreader. Bug: 119264687 Test: manual: Build, run, and test input (touch, mouse) Change-Id: I619492d5492cd8444d7c2cc7af9717c19c938256 --- libs/input/Android.bp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libs/input/Android.bp') diff --git a/libs/input/Android.bp b/libs/input/Android.bp index c5a6ec590d30..f1d9397783ed 100644 --- a/libs/input/Android.bp +++ b/libs/input/Android.bp @@ -28,10 +28,13 @@ cc_library_shared { "libgui", "libui", "libinput", - "libinputflinger", "libnativewindow", ], + header_libs: [ + "libinputflinger_headers", + ], + include_dirs: ["frameworks/native/services"], cflags: [ -- cgit v1.2.3-59-g8ed1b