Take LCC out of the build on all platforms. We are
not currently using LCC, so it doesn't make sense to require that everyone
build it.
diff --git a/Android.mk b/Android.mk
index 485b8dd..6e387a5 100644
--- a/Android.mk
+++ b/Android.mk
@@ -18,6 +18,9 @@
 
 endif # TARGET_SIMULATOR
 
+# Do not build LCC for now. We are not currently using it.
+BUILD_LCC := false
+
 ifeq ($(BUILD_LCC),true)
 
 TOP_LOCAL_PATH:= $(call my-dir)