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

Commit b4d5ec0d authored by Aurimas Liutikas's avatar Aurimas Liutikas Committed by Android (Google) Code Review
Browse files

Merge "Suppress unused paramter warnings in omx hal 1.0"

parents 0579c0bb 66f8f713
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -32,6 +32,10 @@ LOCAL_SHARED_LIBRARIES := \
    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 \