Comment out the unused module

To fix build warning:
find: `src': No such file or directory

Change-Id: Iafc99b3b84395ea47fa9615439097b86c9967619
diff --git a/Android.mk b/Android.mk
index a325a18..61625ac 100644
--- a/Android.mk
+++ b/Android.mk
@@ -13,6 +13,8 @@
 # limitations under the License.
 
 LOCAL_PATH:= $(call my-dir)
+
+ifeq (0,1)
 include $(CLEAR_VARS)
 
 #
@@ -34,8 +36,7 @@
 
 #include $(BUILD_PACKAGE)
 
-include $(CLEAR_VARS)
-
+endif
 
 ##################################################
 # Build all sub-directories