Use LOCAL_WHOLE_STATIC_LIBRARIES

to include the static libraries in the final shared libraries.

Change-Id: Iecb6b377e2dead41478d88bf576c06bc3ff2d886
This commit is contained in:
Ying Wang
2011-06-29 11:09:59 -07:00
parent 0f044e36b9
commit fee0126ed8

View File

@@ -5,12 +5,13 @@
#
include $(TOP)/vendor/widevine/proprietary/drmwvmplugin/common.mk
LOCAL_STATIC_LIBRARIES := \
LOCAL_WHOLE_STATIC_LIBRARIES := \
libdrmframeworkcommon \
libdrmwvmcommon \
libwvocs
LOCAL_SHARED_LIBRARIES := \
libbinder \
libutils \
libcutils \
libstlport \