From 854d7540782348cd2e2acb8135fb2b81638322ff Mon Sep 17 00:00:00 2001
From: David Ng <dave@codeaurora.org>
Date: Mon, 7 Mar 2016 15:55:51 -0800
Subject: [PATCH] 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
---
 libfm_jni/Android.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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_SHARED_LIBRARIES := \
 #LOCAL_ADDITIONAL_DEPENDENCIES := $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr
 
 LOCAL_MODULE := libfmjni
-include $(BUILD_SHARED_LIBRARY)
+#include $(BUILD_SHARED_LIBRARY)
 
 endif
-- 
GitLab