summaryrefslogtreecommitdiff
path: root/omx/core_plugin/omx_core_plugin/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'omx/core_plugin/omx_core_plugin/Android.mk')
-rw-r--r--omx/core_plugin/omx_core_plugin/Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/omx/core_plugin/omx_core_plugin/Android.mk b/omx/core_plugin/omx_core_plugin/Android.mk
index ffdff71..222f0cb 100644
--- a/omx/core_plugin/omx_core_plugin/Android.mk
+++ b/omx/core_plugin/omx_core_plugin/Android.mk
@@ -1,3 +1,5 @@
+ifneq ($(BUILD_WITHOUT_PV),true)
+
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_PRELINK_MODULE := false
@@ -41,3 +43,4 @@ LOCAL_SHARED_LIBRARIES := libOMX_Core
include $(BUILD_SHARED_LIBRARY)
+endif