Skip to content
Snippets Groups Projects
Commit 6426040f authored by Doug Kwan's avatar Doug Kwan
Browse files

Fix Android.mk to use LOCAL_MODULE_TAGS.

Change-Id: Id7e36793e300077cdfc9a3849c574570af8fb76b
parent 205eadee
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment