diff options
| author | Jesse Wilson <jessewilson@google.com> | 2010-09-16 15:56:25 -0700 |
|---|---|---|
| committer | Jesse Wilson <jessewilson@google.com> | 2010-09-16 17:30:27 -0700 |
| commit | 42929e15765640324d9181ec1159effd22aa86ca (patch) | |
| tree | 64374f694554278521694b3116c97d5698edaf5b /libdex | |
| parent | 4c5d26bcfe9027a6e350af70a67cf2b584534509 (diff) | |
| download | android_dalvik-42929e15765640324d9181ec1159effd22aa86ca.tar.gz android_dalvik-42929e15765640324d9181ec1159effd22aa86ca.tar.bz2 android_dalvik-42929e15765640324d9181ec1159effd22aa86ca.zip | |
Add optional tags to dalvik.
Change-Id: I29a78ccb6312d12b3ef0ed02cfbc638a5b01db9c
Diffstat (limited to 'libdex')
| -rw-r--r-- | libdex/Android.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libdex/Android.mk b/libdex/Android.mk index af33baf9d..558a7e5ba 100644 --- a/libdex/Android.mk +++ b/libdex/Android.mk @@ -48,6 +48,7 @@ ifneq ($(SDK_ONLY),true) # SDK_only doesn't need device version include $(CLEAR_VARS) LOCAL_SRC_FILES := $(dex_src_files) LOCAL_C_INCLUDES += $(dex_include_files) +LOCAL_MODULE_TAGS := optional LOCAL_MODULE := libdex include $(BUILD_STATIC_LIBRARY) @@ -62,5 +63,6 @@ endif # !SDK_ONLY include $(CLEAR_VARS) LOCAL_SRC_FILES := $(dex_src_files) LOCAL_C_INCLUDES += $(dex_include_files) +LOCAL_MODULE_TAGS := optional LOCAL_MODULE := libdex include $(BUILD_HOST_STATIC_LIBRARY) |
