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

Commit b7909adc authored by Kenny Root's avatar Kenny Root Committed by Android Git Automerger
Browse files

am 64b08d23: am cbb803a5: Merge "Remove superfluous OpenSSL include paths."

* commit '64b08d23':
  Remove superfluous OpenSSL include paths.
parents d35c2120 64b08d23
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