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:
parent
1b0fbce977
commit
de7d73463f
1 changed files with 2 additions and 0 deletions
|
@ -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 \
|
||||||
|
|
Loading…
Reference in a new issue