Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 683202e1 authored by Adam Langley's avatar Adam Langley
Browse files

Remove superfluous OpenSSL include paths.

The libcrypto and libssl modules (and their respective static and host
versions) use LOCAL_EXPORT_C_INCLUDE_DIRS thus just including the module
is sufficient.

Change-Id: If9df76e6fefb7419cbb2fb33a0264626c748561e
parent 1ed13b3b
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -58,8 +58,7 @@ LOCAL_C_INCLUDES += \
    $(base)/drm/libdrmframework/plugins/forward-lock/internal-format/common \
    $(base)/drm/libdrmframework/plugins/forward-lock/internal-format/converter \
    $(base)/drm/libdrmframework/plugins/forward-lock/internal-format/decoder \
    $(LOCAL_PATH)/include \
    external/openssl/include
    $(LOCAL_PATH)/include

LOCAL_MODULE_RELATIVE_PATH := drm

+0 −3
Original line number Diff line number Diff line
@@ -20,9 +20,6 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := \
    FwdLockGlue.c

LOCAL_C_INCLUDES := \
    external/openssl/include

LOCAL_SHARED_LIBRARIES := libcrypto

LOCAL_MODULE := libfwdlock-common
+1 −2
Original line number Diff line number Diff line
@@ -21,8 +21,7 @@ LOCAL_SRC_FILES := \
    FwdLockConv.c

LOCAL_C_INCLUDES := \
    frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common \
    external/openssl/include
    frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common

LOCAL_SHARED_LIBRARIES := libcrypto

+1 −2
Original line number Diff line number Diff line
@@ -21,8 +21,7 @@ LOCAL_SRC_FILES := \
    FwdLockFile.c

LOCAL_C_INCLUDES := \
    frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common \
    external/openssl/include
    frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common

LOCAL_SHARED_LIBRARIES := libcrypto

+0 −1
Original line number Diff line number Diff line
@@ -32,7 +32,6 @@ LOCAL_SRC_FILES := \

LOCAL_C_INCLUDES := \
    external/jsmn \
    external/openssl/include \
    frameworks/av/drm/mediadrm/plugins/clearkey \
    frameworks/av/include \
    frameworks/native/include \
Loading