aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2010-01-06 14:54:05 -0800
committerJean-Baptiste Queru <jbq@google.com>2010-01-06 15:53:38 -0800
commitf46b2ae9ceec0509c04de55c4a0ffe545d50350c (patch)
treee427f3516c7be7a207765fc8eae5300034b1b871
parenta588938409fac83e275e86b536325aede880b64a (diff)
downloadclearsilver-f46b2ae9ceec0509c04de55c4a0ffe545d50350c.tar.gz
Remove docs makefile tag, since the build system doesn't use it.
The docs tag got removed from almost all locations months ago, but this location didn't get updated (probably because there were two instances in this file. This'll save some confusion. Change-Id: I977939130db0364844710c47b93e8d729b97d3ef
-rw-r--r--java-jni/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/java-jni/Android.mk b/java-jni/Android.mk
index a09af4b..49b8862 100644
--- a/java-jni/Android.mk
+++ b/java-jni/Android.mk
@@ -22,7 +22,7 @@ our_java_lib := $(LOCAL_BUILT_MODULE)
# ============================================================
include $(CLEAR_VARS)
-LOCAL_MODULE_TAGS := docs
+LOCAL_MODULE_TAGS := optional
LOCAL_SRC_FILES:= \
j_neo_util.c \