summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index ddbc353..1d2f735 100644
--- a/Android.mk
+++ b/Android.mk
@@ -20,6 +20,8 @@ libgabi++_common_src_files := \
include $(CLEAR_VARS)
+LOCAL_MODULE_TAGS := optional
+
LOCAL_CPP_EXTENSION := .cc
LOCAL_SRC_FILES:= $(libgabi++_common_src_files)
@@ -36,6 +38,8 @@ include $(BUILD_SHARED_LIBRARY)
include $(CLEAR_VARS)
+LOCAL_MODULE_TAGS := optional
+
LOCAL_CPP_EXTENSION := .cc
LOCAL_SRC_FILES:= $(libgabi++_common_src_files)