summaryrefslogtreecommitdiffstats
path: root/drm
diff options
context:
space:
mode:
authorPraveen Chavan <pchavan@codeaurora.org>2014-05-01 15:48:18 -0700
committerLinux Build Service Account <lnxbuild@localhost>2015-10-06 03:24:11 -0600
commitaeb382ad2336837155f3288facc9c415ccc2bfa5 (patch)
treece3e497d3ff2cb8933dd090365b411f92042aca8 /drm
parentcd422ac2630e5b0170326dcb4bafe248be1075b2 (diff)
downloadframeworks_av-aeb382ad2336837155f3288facc9c415ccc2bfa5.zip
frameworks_av-aeb382ad2336837155f3288facc9c415ccc2bfa5.tar.gz
frameworks_av-aeb382ad2336837155f3288facc9c415ccc2bfa5.tar.bz2
drm: include symbols from libdrmframeworkcommon in libdrmframework
to let modules dependant (statically) on libdrmframeworkcommon to be able to link to libdrmframework dynamically CRs-Fixed: 655018 Change-Id: I745c604398d191d0d8c96a68d33f8494add303a1
Diffstat (limited to 'drm')
-rw-r--r--drm/libdrmframework/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/drm/libdrmframework/Android.mk b/drm/libdrmframework/Android.mk
index 33f9d3b..b7eb70b 100644
--- a/drm/libdrmframework/Android.mk
+++ b/drm/libdrmframework/Android.mk
@@ -31,7 +31,7 @@ LOCAL_SHARED_LIBRARIES := \
libbinder \
libdl
-LOCAL_STATIC_LIBRARIES := \
+LOCAL_WHOLE_STATIC_LIBRARIES := \
libdrmframeworkcommon
LOCAL_C_INCLUDES += \