diff options
author | Sarthak Aggarwal <sarthak@ti.com> | 2011-10-15 04:01:36 +0530 |
---|---|---|
committer | James Dong <jdong@google.com> | 2011-10-14 21:15:56 -0700 |
commit | 2a0736ac288d2057129b5b8961cc5536066493c6 (patch) | |
tree | ee30117397e96816dc11288e6c01a6643243761e /domx/omx_core/Android.mk | |
parent | 8b0b73df9a2fe8e4fc2c36919d05321f2d96d543 (diff) | |
download | hardware_ti_omap4xxx-2a0736ac288d2057129b5b8961cc5536066493c6.zip hardware_ti_omap4xxx-2a0736ac288d2057129b5b8961cc5536066493c6.tar.gz hardware_ti_omap4xxx-2a0736ac288d2057129b5b8961cc5536066493c6.tar.bz2 |
DOMX: Do not maintain the secure state info at the userspace.
Rely on the kernel to maintain the secure state. Query the misc driver
for the state whenever need be.
Also whenever misc driver setting of secure mode fails, cleanup properly.
Change-Id: I460138f4751fa729ed06a0e507035a2da2492daf
Signed-off-by: Sarthak Aggarwal <sarthak@ti.com>
Diffstat (limited to 'domx/omx_core/Android.mk')
-rw-r--r-- | domx/omx_core/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/domx/omx_core/Android.mk b/domx/omx_core/Android.mk index 072b81b..1c217b3 100644 --- a/domx/omx_core/Android.mk +++ b/domx/omx_core/Android.mk @@ -15,7 +15,7 @@ LOCAL_SHARED_LIBRARIES := \ liblog \ libmm_osal -LOCAL_CFLAGS += -DSTATIC_TABLE -D_Android +LOCAL_CFLAGS += -DSTATIC_TABLE -D_Android -DCHECK_SECURE_STATE LOCAL_MODULE:= libOMX_Core LOCAL_MODULE_TAGS:= optional include $(BUILD_HEAPTRACKED_SHARED_LIBRARY) |