Use libcrypto_static instead of libcrypto am: 36e943c1ae

am: 94c13796f2

Change-Id: I42383da031eedb9849174c6da08318e399bf3e3d
This commit is contained in:
Colin Cross
2019-09-19 15:22:33 -07:00
committed by android-build-merger
3 changed files with 5 additions and 4 deletions

View File

@@ -20,7 +20,8 @@ LOCAL_C_INCLUDES += \
LOCAL_HEADER_LIBRARIES := \
libutils_headers
LOCAL_STATIC_LIBRARIES := libcdm_protos libcrypto
LOCAL_STATIC_LIBRARIES := libcdm_protos
LOCAL_SHARED_LIBRARIES := libcrypto
SRC_DIR := src
CORE_SRC_DIR := core/src