diff options
Diffstat (limited to 'services/inputflinger/Android.mk')
-rw-r--r-- | services/inputflinger/Android.mk | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/services/inputflinger/Android.mk b/services/inputflinger/Android.mk index 85edbe5..1af59a3 100644 --- a/services/inputflinger/Android.mk +++ b/services/inputflinger/Android.mk @@ -31,16 +31,13 @@ LOCAL_SHARED_LIBRARIES := \ libinput \ liblog \ libutils \ - libui \ - libhardware_legacy + libui \ + libhardware_legacy # TODO: Move inputflinger to its own process and mark it hidden #LOCAL_CFLAGS += -fvisibility=hidden -LOCAL_C_INCLUDES := \ - external/openssl/include \ - LOCAL_CFLAGS += -Wno-unused-parameter LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH) |