summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fmapp2/Android.mk4
-rw-r--r--jni/Android.mk2
2 files changed, 0 insertions, 6 deletions
diff --git a/fmapp2/Android.mk b/fmapp2/Android.mk
index 121fcbb..4b96b21 100644
--- a/fmapp2/Android.mk
+++ b/fmapp2/Android.mk
@@ -1,5 +1,3 @@
-ifeq ($(BOARD_HAVE_QCOM_FM),true)
-
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
@@ -33,5 +31,3 @@ LOCAL_JNI_SHARED_LIBRARIES := libqcomfm_jni
LOCAL_JAVA_LIBRARIES := qcom.fmradio
include $(BUILD_PACKAGE)
-
-endif
diff --git a/jni/Android.mk b/jni/Android.mk
index 06a313f..e7c8340 100644
--- a/jni/Android.mk
+++ b/jni/Android.mk
@@ -1,4 +1,3 @@
-ifeq ($(BOARD_HAVE_QCOM_FM),true)
ifneq (,$(filter $(QCOM_BOARD_PLATFORMS),$(TARGET_BOARD_PLATFORM)))
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
@@ -27,4 +26,3 @@ LOCAL_MODULE_TAGS := optional
include $(BUILD_SHARED_LIBRARY)
endif # is-vendor-board-platform
-endif # BOARD_HAVE_QCOM_FM