summaryrefslogtreecommitdiffstats
path: root/libnativehelper
diff options
context:
space:
mode:
authorJesse Wilson <jessewilson@google.com>2010-09-16 15:56:25 -0700
committerJesse Wilson <jessewilson@google.com>2010-09-16 17:30:27 -0700
commit42929e15765640324d9181ec1159effd22aa86ca (patch)
tree64374f694554278521694b3116c97d5698edaf5b /libnativehelper
parent4c5d26bcfe9027a6e350af70a67cf2b584534509 (diff)
downloadandroid_dalvik-42929e15765640324d9181ec1159effd22aa86ca.tar.gz
android_dalvik-42929e15765640324d9181ec1159effd22aa86ca.tar.bz2
android_dalvik-42929e15765640324d9181ec1159effd22aa86ca.zip
Add optional tags to dalvik.
Change-Id: I29a78ccb6312d12b3ef0ed02cfbc638a5b01db9c
Diffstat (limited to 'libnativehelper')
-rw-r--r--libnativehelper/Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/libnativehelper/Android.mk b/libnativehelper/Android.mk
index b2056c6f1..630eec3e0 100644
--- a/libnativehelper/Android.mk
+++ b/libnativehelper/Android.mk
@@ -53,7 +53,7 @@ LOCAL_SRC_FILES := $(src_files)
LOCAL_C_INCLUDES := $(c_includes)
LOCAL_STATIC_LIBRARIES := $(static_libraries)
LOCAL_SHARED_LIBRARIES := $(shared_libraries) libcutils libexpat liblog libutils libz
-
+LOCAL_MODULE_TAGS := optional
LOCAL_MODULE := libnativehelper
include $(BUILD_SHARED_LIBRARY)
@@ -81,6 +81,7 @@ ifeq ($(WITH_HOST_DALVIK),true)
LOCAL_STATIC_LIBRARIES := libcutils libexpat liblog libutils libz
endif
+ LOCAL_MODULE_TAGS := optional
LOCAL_MODULE := libnativehelper
include $(BUILD_HOST_STATIC_LIBRARY)