aboutsummaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorXiaolin Zhang <shuo.gao@intel.com>2012-07-13 21:44:36 +0800
committerPatrick Tjin <pattjin@google.com>2014-07-21 22:02:47 -0700
commit1be8a72c09dada58bec33d32c5da17dd27774bfa (patch)
tree307b64a73de8af852db293ba38c33efd0f7d425e /Android.mk
parentc44c8d918afe5762207667fca28d4604d5de8d8e (diff)
downloadomx-components-1be8a72c09dada58bec33d32c5da17dd27774bfa.tar.gz
[omx-components] fixed JB build issue by updating hardware.h path and disable secure AVC feature.
BZ: 47236 fixed JB build issue by updating hardware.h path and disable secure AVC feature. Change-Id: Ia25b1e62919010f097720e1d0b2f3d2e0f89aead Signed-off-by: Xiaolin Zhang <xiaolin.zhang@intel.com> Reviewed-on: http://android.intel.com:8080/56586 Reviewed-by: Beare, Bruce J <bruce.j.beare@intel.com>
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index d53e485..a0d51ba 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,4 +1,4 @@
-ifeq ($(strip $(BOARD_USES_MRST_OMX)),true)
+ifeq ($(BOARD_USES_MRST_OMX),true)
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)