diff options
author | Hashcode <hashcode0f@gmail.com> | 2015-02-02 13:17:11 -0800 |
---|---|---|
committer | Hashcode <hashcode0f@gmail.com> | 2015-02-02 13:17:11 -0800 |
commit | e016683d2189cbfc7be75219eb4155345c686769 (patch) | |
tree | 36c966b54764d3104cb47d6c2452c0fd91382bc2 /domx | |
parent | 5bb4623e867401f963e1f318787adeb6594e6b52 (diff) | |
download | hardware_ti_omap4-e016683d2189cbfc7be75219eb4155345c686769.zip hardware_ti_omap4-e016683d2189cbfc7be75219eb4155345c686769.tar.gz hardware_ti_omap4-e016683d2189cbfc7be75219eb4155345c686769.tar.bz2 |
domx: link liblog when building libOMX_Core
Diffstat (limited to 'domx')
-rw-r--r-- | domx/omx_core/Android.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/domx/omx_core/Android.mk b/domx/omx_core/Android.mk index bc85d7d..f35eb2b 100644 --- a/domx/omx_core/Android.mk +++ b/domx/omx_core/Android.mk @@ -13,7 +13,8 @@ LOCAL_C_INCLUDES += \ LOCAL_SHARED_LIBRARIES := \ libdl \ - libmm_osal + liblog \ + libmm_osal LOCAL_CFLAGS += -DSTATIC_TABLE -D_Android -DCHECK_SECURE_STATE LOCAL_MODULE:= libOMX_Core |