diff options
author | Mathias Agopian <mathias@google.com> | 2017-02-09 18:48:21 -0800 |
---|---|---|
committer | Mathias Agopian <mathias@google.com> | 2017-02-23 23:28:20 +0000 |
commit | fee4a985fd599e5bbfb0eb2d5d75af18ed8ae86e (patch) | |
tree | 007e66054e8d42fbbe26be8e66b5169355b2cf6d /libs/input | |
parent | 339dc75d46035f711d8bfee6b0425975c020f311 (diff) |
fallout of libandroid.so split
Test: compiled & booted
Bug: 35164655
Change-Id: I786167a21453e17493969cdacfc9d31bdb781d98
Diffstat (limited to 'libs/input')
-rw-r--r-- | libs/input/Android.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/input/Android.mk b/libs/input/Android.mk index 2bbfdcc8a816..e8242751ba5c 100644 --- a/libs/input/Android.mk +++ b/libs/input/Android.mk @@ -28,7 +28,8 @@ LOCAL_SHARED_LIBRARIES := \ libgui \ libui \ libinput \ - libinputflinger + libinputflinger \ + libnativewindow LOCAL_C_INCLUDES := \ frameworks/native/services |