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

Commit be49384c authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

Merge "omx: Removed dead files." into oc-dev am: 061d5b8c

am: f15cb0da

Change-Id: I1e05e41e2b69387e644f82a2601d4d97d7058470
parents 064ac067 f15cb0da
Loading
Loading
Loading
Loading
+0 −45
Original line number Diff line number Diff line
LOCAL_PATH := $(call my-dir)

include $(CLEAR_VARS)
LOCAL_MODULE := android.hardware.media.omx@1.0-impl
LOCAL_SRC_FILES := \
    WGraphicBufferSource.cpp \
    WOmxBufferProducer.cpp \
    WOmxBufferSource.cpp \
    WOmxNode.cpp \
    WOmxObserver.cpp \
    WOmxProducerListener.cpp \
    Omx.cpp \

LOCAL_SHARED_LIBRARIES := \
    libmedia \
    libstagefright_foundation \
    libstagefright_omx \
    libui \
    libgui \
    libhidlbase \
    libhidltransport \
    libhwbinder \
    libhidlmemory \
    libutils \
    libcutils \
    libbinder \
    liblog \
    libbase \
    android.hardware.media.omx@1.0 \
    android.hardware.graphics.common@1.0 \
    android.hardware.media@1.0 \
    android.hidl.base@1.0 \

LOCAL_C_FLAGS += \
    -Wno-unused-parameter \
    -Werror

LOCAL_C_INCLUDES += \
        $(TOP)/frameworks/av/include \
        $(TOP)/frameworks/av/media/libstagefright \
        $(TOP)/frameworks/native/include \
        $(TOP)/frameworks/native/include/media/openmax \
        $(TOP)/frameworks/native/include/media/hardware \

include $(BUILD_SHARED_LIBRARY)