commit | 3df6c0fc75b3278a93eff176471bd9c6365ab24b | [log] [tgz] |
---|---|---|
author | Jean-Baptiste Queru <jbq@google.com> | Thu Sep 09 16:16:14 2010 -0700 |
committer | Jean-Baptiste Queru <jbq@google.com> | Thu Sep 09 16:16:14 2010 -0700 |
tree | 5e2214f65ff5294ef27547d74b7a0d8f59f24dfd | |
parent | ea916b1e27da465c5989a443040ca5e65e4592fe [diff] [blame] |
fix build Change-Id: Iccb40c8c5df879288f35e0940c721d306fb75c12
diff --git a/drm/libdrmframework/Android.mk b/drm/libdrmframework/Android.mk index c25d79b..765adba 100644 --- a/drm/libdrmframework/Android.mk +++ b/drm/libdrmframework/Android.mk
@@ -25,8 +25,13 @@ LOCAL_SHARED_LIBRARIES := \ libutils \ - libbinder \ - libdl + libbinder + +ifeq ($(TARGET_SIMULATOR),true) + LOCAL_LDLIBS += -ldl +else + LOCAL_SHARED_LIBRARIES += libdl +endif LOCAL_STATIC_LIBRARIES := \ libdrmframeworkcommon