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

Commit 66f8f713 authored by Aurimas Liutikas's avatar Aurimas Liutikas
Browse files

Suppress unused paramter warnings in omx hal 1.0

Test: make -j android.hardware.media.omx@1.0-impl works
Change-Id: I5d8af3f29c0a4da9fc99870a139c6dbe9964e96a
parent 92a4bab4
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -33,6 +33,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) \
        $(TOP)/frameworks/av/include/media \