summaryrefslogtreecommitdiffstats
path: root/fmapp/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'fmapp/Android.mk')
-rw-r--r--fmapp/Android.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/fmapp/Android.mk b/fmapp/Android.mk
index cb1f066..2bb92f6 100644
--- a/fmapp/Android.mk
+++ b/fmapp/Android.mk
@@ -1,5 +1,3 @@
-ifeq ($(BOARD_HAVE_QCOM_FM),true)
-
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
@@ -20,5 +18,3 @@ LOCAL_CERTIFICATE := platform
LOCAL_JNI_SHARED_LIBRARIES := libqcomfm_jni
LOCAL_JAVA_LIBRARIES := qcom.fmradio
include $(BUILD_PACKAGE)
-
-endif