aboutsummaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 59f3131..97c085c 100644
--- a/Android.mk
+++ b/Android.mk
@@ -39,6 +39,9 @@ LOCAL_STATIC_LIBRARIES += \
libclearsilverregex
LOCAL_MODULE := bash
LOCAL_MODULE_PATH := $(TARGET_OUT_OPTIONAL_EXECUTABLES)
+
+LOCAL_MODULE_TAGS := eng
+
include $(BUILD_EXECUTABLE)
# ========================================================