commit | 899c6b0b4d9c7447fc9b3f8dedb05980e266de1b | [log] [tgz] |
---|---|---|
author | Jean-Baptiste Queru <jbq@google.com> | Tue Jan 05 11:09:51 2010 -0800 |
committer | Jean-Baptiste Queru <jbq@google.com> | Tue Jan 05 11:09:51 2010 -0800 |
tree | a99edc5dd9f456ef2986f4c86d458a7d229e649d | |
parent | 053f25cfa063dda5ee1c096df8e0a0c7248e88a4 [diff] [blame] |
explicit set an "optional" tag
diff --git a/Android.mk b/Android.mk index 33f25da..c2e322e 100644 --- a/Android.mk +++ b/Android.mk
@@ -17,6 +17,8 @@ LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional + LOCAL_STATIC_JAVA_LIBRARIES := libarity LOCAL_SRC_FILES := $(call all-java-files-under, src)