summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorripee <ripee.dev@gmail.com>2019-02-18 12:24:06 +0100
committerripee <ripee.dev@gmail.com>2019-02-18 12:26:44 +0100
commit2829c41c4516fe423c2692ef49d4b1ebf2e95f19 (patch)
tree706283692b12e0b905400a49bc1bf42e782174ae
parent0203123140d8c395dd26e4ffe789819954791d9a (diff)
downloadandroid_hardware_qcom_media-lineage-16.0-caf-8084.tar.gz
android_hardware_qcom_media-lineage-16.0-caf-8084.tar.bz2
android_hardware_qcom_media-lineage-16.0-caf-8084.zip
libmm-omxcore: add -Wno-error to another line to compile with global -Werrorlineage-16.0-caf-8084
Change-Id: I3e24c3bbc058a1e8ab54b52d7677cf06ff636a91
-rw-r--r--mm-core/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/mm-core/Android.mk b/mm-core/Android.mk
index f763f9a5..c5a88fd8 100644
--- a/mm-core/Android.mk
+++ b/mm-core/Android.mk
@@ -103,6 +103,7 @@ LOCAL_MODULE_TAGS := optional
LOCAL_VENDOR_MODULE := true
LOCAL_SHARED_LIBRARIES := liblog libdl
LOCAL_CFLAGS := $(OMXCORE_CFLAGS)
+LOCAL_CFLAGS += -Wno-error
LOCAL_SRC_FILES := src/common/omx_core_cmp.cpp
LOCAL_SRC_FILES += src/common/qc_omx_core.c