summaryrefslogtreecommitdiffstats
path: root/services/inputflinger/Android.mk
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2014-06-16 17:31:28 -0700
committerDan Albert <danalbert@google.com>2014-06-20 11:34:29 -0700
commit677d87ec50b9e8cdf88c61be07ad8c6d7f68f9dd (patch)
treed0501140f04b72c87b6d90703d7e9be74ffbcf2d /services/inputflinger/Android.mk
parentcd13f9da9920b42843071b4ea2d01af55b590e35 (diff)
downloadframeworks_native-677d87ec50b9e8cdf88c61be07ad8c6d7f68f9dd.zip
frameworks_native-677d87ec50b9e8cdf88c61be07ad8c6d7f68f9dd.tar.gz
frameworks_native-677d87ec50b9e8cdf88c61be07ad8c6d7f68f9dd.tar.bz2
Use openssl's SHA1 instead of bionic's.
Bionic is removing its SHA1. Change-Id: I7d15986ebac9e0f0eb7ff93457780bd90a4f1d4f
Diffstat (limited to 'services/inputflinger/Android.mk')
-rw-r--r--services/inputflinger/Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/services/inputflinger/Android.mk b/services/inputflinger/Android.mk
index 574c14e..2edc07d 100644
--- a/services/inputflinger/Android.mk
+++ b/services/inputflinger/Android.mk
@@ -27,6 +27,7 @@ LOCAL_SRC_FILES:= \
LOCAL_SHARED_LIBRARIES := \
libbinder \
+ libcrypto \
libcutils \
libinput \
liblog \
@@ -38,6 +39,9 @@ LOCAL_SHARED_LIBRARIES := \
# 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)