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

Commit 14a8a99c authored by Christopher Wiley's avatar Christopher Wiley Committed by android-build-merger
Browse files

Merge "Express libmedia dependencies in stagefright components"

am: fa0fa451

* commit 'fa0fa451':
  Express libmedia dependencies in stagefright components

Change-Id: I824e7ff64f39288029e352b86c90924b3d261bf7
parents ecbb4379 fa0fa451
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -122,6 +122,8 @@ LOCAL_SHARED_LIBRARIES += \
        libdl \
        libRScpp \

LOCAL_EXPORT_SHARED_LIBRARY_HEADERS := libmedia

LOCAL_CFLAGS += -Wno-multichar -Werror -Wno-error=deprecated-declarations -Wall

# enable experiments only in userdebug and eng builds
+2 −0
Original line number Diff line number Diff line
@@ -23,6 +23,8 @@ LOCAL_C_INCLUDES += $(intermediates)
LOCAL_CFLAGS += -Wno-multichar -Werror -Wall
LOCAL_CLANG := true

LOCAL_SHARED_LIBRARIES := libmedia

LOCAL_MODULE:= libstagefright_mediafilter

include $(BUILD_STATIC_LIBRARY)
+2 −0
Original line number Diff line number Diff line
@@ -8,6 +8,8 @@ LOCAL_CFLAGS += -Werror -Wall
LOCAL_CLANG := true
LOCAL_SANITIZE := unsigned-integer-overflow signed-integer-overflow

LOCAL_SHARED_LIBRARIES := libmedia

LOCAL_MODULE := libstagefright_id3

include $(BUILD_STATIC_LIBRARY)
+2 −0
Original line number Diff line number Diff line
@@ -11,6 +11,8 @@ LOCAL_C_INCLUDES:= \
LOCAL_CFLAGS += -Wno-multichar -Werror -Wall
LOCAL_CLANG := true

LOCAL_SHARED_LIBRARIES := libmedia

LOCAL_MODULE:= libstagefright_matroska

include $(BUILD_STATIC_LIBRARY)
+2 −0
Original line number Diff line number Diff line
@@ -17,6 +17,8 @@ LOCAL_CFLAGS += -Werror -Wall
LOCAL_CLANG := true
LOCAL_SANITIZE := unsigned-integer-overflow signed-integer-overflow

LOCAL_SHARED_LIBRARIES := libmedia

LOCAL_MODULE:= libstagefright_mpeg2ts

ifeq ($(TARGET_ARCH),arm)
Loading