aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tilde/Android.mk
diff options
context:
space:
mode:
authorSteve Kondik <shade@chemlab.org>2010-12-21 01:29:40 -0500
committerSteve Kondik <shade@chemlab.org>2010-12-21 01:29:40 -0500
commit95f12f0ed14962f8568befa616f8c1cfa4d14b84 (patch)
tree7e2d40d30ca8fb807c369584aa980d1fb780302e /lib/tilde/Android.mk
parent7bd059bed4786e907beea8049e8eec24e86b4d86 (diff)
downloadexternal_bash-95f12f0ed14962f8568befa616f8c1cfa4d14b84.zip
external_bash-95f12f0ed14962f8568befa616f8c1cfa4d14b84.tar.gz
external_bash-95f12f0ed14962f8568befa616f8c1cfa4d14b84.tar.bz2
Add LOCAL_MODULE_TAGS and fix printfs
Change-Id: I7f64112c5449c27b1216c0ddf6a7416b1b011ad6
Diffstat (limited to 'lib/tilde/Android.mk')
-rw-r--r--lib/tilde/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/tilde/Android.mk b/lib/tilde/Android.mk
index ba03d8b..34ddf75 100644
--- a/lib/tilde/Android.mk
+++ b/lib/tilde/Android.mk
@@ -18,6 +18,8 @@ LOCAL_CFLAGS += \
LOCAL_MODULE := libtilde
+LOCAL_MODULE_TAGS := eng
+
include $(BUILD_STATIC_LIBRARY)
# ========================================================