Disable libfm_jni
Disable module compilation in new release due to module conflict.
Will enable once module is upgraded for new release support.
Change-Id: Ifeb4c9a7eb36283d7a567f16496da3acf7cac8e2
diff --git a/libfm_jni/Android.mk b/libfm_jni/Android.mk
index 28f770d..f62e3f1 100644
--- a/libfm_jni/Android.mk
+++ b/libfm_jni/Android.mk
@@ -24,6 +24,6 @@
#LOCAL_ADDITIONAL_DEPENDENCIES := $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr
LOCAL_MODULE := libfmjni
-include $(BUILD_SHARED_LIBRARY)
+#include $(BUILD_SHARED_LIBRARY)
endif