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

Commit ca44dc79 authored by Christopher Ferris's avatar Christopher Ferris Committed by Android Git Automerger
Browse files

am 8d6d8f54: Merge "Add libcrypto for users of libstagefright."

* commit '8d6d8f54':
  Add libcrypto for users of libstagefright.
parents 281b884c 8d6d8f54
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@ LOCAL_SRC_FILES:= \
LOCAL_SHARED_LIBRARIES :=       \
    libbinder                   \
    libcamera_client            \
    libcrypto                   \
    libcutils                   \
    liblog                      \
    libdl                       \
+0 −3
Original line number Diff line number Diff line
@@ -26,9 +26,6 @@ LOCAL_C_INCLUDES:= \

LOCAL_MODULE:= libstagefright_rtsp

LOCAL_WHOLE_STATIC_LIBRARIES := \
	libcrypto_static

ifeq ($(TARGET_ARCH),arm)
    LOCAL_CFLAGS += -Wno-psabi
endif