aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Gutkin <agutkin@google.com>2012-09-19 19:49:52 +0100
committerAlexander Gutkin <agutkin@google.com>2012-09-19 19:49:52 +0100
commit6571ef0f78191e3b82d98fa038f05df10f6fbee3 (patch)
treec94c34c09e50d5144a6bc8ae39e85598b1f7a316
parent0172f3c6f03973e56208e013178ec68365255c60 (diff)
downloadmarisa-trie-6571ef0f78191e3b82d98fa038f05df10f6fbee3.tar.gz
Removed info statement from the makefile.
Change-Id: Ifa1bfcf067b4221cf6d0b5d2771afa5c1ff09600
-rw-r--r--Android.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index 46b4440..9da2083 100644
--- a/Android.mk
+++ b/Android.mk
@@ -35,8 +35,6 @@ LOCAL_SRC_FILES := lib/marisa/base.cc \
lib/marisa/trie-c.cc \
lib/marisa/writer.cc
-$(info $(LOCAL_SRC_FILES))
-
LOCAL_MODULE := libmarisa-trie
LOCAL_SDK_VERSION := 14