summaryrefslogtreecommitdiffstats
path: root/drm/libdrmframework/Android.mk
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2010-09-10 12:46:57 -0700
committerJean-Baptiste Queru <jbq@google.com>2010-09-10 12:46:57 -0700
commit0335b70c6cdbe96650d4bed817f9233cd8db1c6d (patch)
tree04e9557ed875fd6aecaba33c61c9b2e4b7328e82 /drm/libdrmframework/Android.mk
parent3df6c0fc75b3278a93eff176471bd9c6365ab24b (diff)
downloadframeworks_av-0335b70c6cdbe96650d4bed817f9233cd8db1c6d.zip
frameworks_av-0335b70c6cdbe96650d4bed817f9233cd8db1c6d.tar.gz
frameworks_av-0335b70c6cdbe96650d4bed817f9233cd8db1c6d.tar.bz2
Make DRM libraries optional
Change-Id: I0b591b75a035bc6d8049c85b595966845fedaa15
Diffstat (limited to 'drm/libdrmframework/Android.mk')
-rw-r--r--drm/libdrmframework/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/drm/libdrmframework/Android.mk b/drm/libdrmframework/Android.mk
index 765adba..99133ba 100644
--- a/drm/libdrmframework/Android.mk
+++ b/drm/libdrmframework/Android.mk
@@ -42,6 +42,8 @@ LOCAL_C_INCLUDES += \
LOCAL_PRELINK_MODULE := false
+LOCAL_MODULE_TAGS := optional
+
include $(BUILD_SHARED_LIBRARY)
include $(call all-makefiles-under,$(LOCAL_PATH))