summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2009-10-01 12:50:31 -0700
committerJean-Baptiste Queru <jbq@google.com>2009-10-01 12:50:31 -0700
commit86b009192602c39898aa2f7173951271c0bc0947 (patch)
treedb1624d4e8f5f90db7bd1d47d346663b25013e46
parent227f412d623ab82a44e5b40adf021541a58d17d8 (diff)
downloadpv-open-86b009192602c39898aa2f7173951271c0bc0947.tar.gz
Protect the makefile with a per-config flag
That way, generic builds don't need to use files that are only distribute with devices.
-rw-r--r--Android.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/Android.mk b/Android.mk
index 7a7fcd6..615d9a9 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,5 +1,4 @@
-ifeq (0,1)
-ifeq ($(TARGET_ARCH),arm)
+ifeq ($(USE_PV_WINDOWS_MEDIA),true)
LOCAL_PATH:= $(call my-dir)
@@ -46,5 +45,4 @@ LOCAL_SRC_FILES := proprietary/$(LOCAL_MODULE)
OVERRIDE_BUILT_MODULE_PATH := $(TARGET_OUT_INTERMEDIATE_LIBRARIES)
include $(BUILD_PREBUILT)
-endif # TARGET_ARCH
-endif
+endif # USE_PV_WINDOWS_MEDIA