Switch keystore to binder
Change-Id: I6dacdc43bcc1a56e47655e37e825ee6a205eb56b
diff --git a/keystore-engine/Android.mk b/keystore-engine/Android.mk
index 89d3fba..acad442 100644
--- a/keystore-engine/Android.mk
+++ b/keystore-engine/Android.mk
@@ -27,13 +27,14 @@
LOCAL_CFLAGS := -fvisibility=hidden -Wall -Werror
LOCAL_C_INCLUDES += \
- system/security/keystore \
external/openssl/include
LOCAL_SHARED_LIBRARIES += \
libcrypto \
liblog \
libcutils \
- libkeystore_client
+ libutils \
+ libbinder \
+ libkeystore_binder
include $(BUILD_SHARED_LIBRARY)