keystore-engine: Restore module path

The module relative path was accidentally erased when BoringSSL
compatibility was added. This restores the path so that WiFi with
keystore-backed credentials works again (among other things).

Bug: 19680487
Change-Id: Iee7c13d7b60d93f1520886e90ec23875bd52ab9a
This commit is contained in:
Kenny Root 2015-03-11 12:07:12 -07:00
parent 1b0fbce977
commit de7d73463f

View file

@ -30,6 +30,8 @@ ifeq ($(OPENSSL_FLAVOR),BoringSSL)
else else
LOCAL_MODULE := libkeystore LOCAL_MODULE := libkeystore
LOCAL_MODULE_RELATIVE_PATH := ssl/engines
LOCAL_SRC_FILES := \ LOCAL_SRC_FILES := \
eng_keystore.cpp \ eng_keystore.cpp \
keyhandle.cpp \ keyhandle.cpp \