commit | a4f8842d67004f168b53fc684d4622679e19a3df | [log] [tgz] |
---|---|---|
author | Jean-Baptiste Queru <jbq@google.com> | Thu Sep 09 16:02:22 2010 -0700 |
committer | Jean-Baptiste Queru <jbq@google.com> | Thu Sep 09 16:02:22 2010 -0700 |
tree | 9a9693bd5f5c97b062f7c87988d27e92bfaffc4b | |
parent | 27ed8ad2db653f6ac07dcf8bcc05e2409c8bb024 [diff] [blame] |
fix build Change-Id: I4aba42eabb2f959b5301bfd16f65fa6141d86ddc
diff --git a/drm/drmserver/Android.mk b/drm/drmserver/Android.mk index d2ebe8e..46a51bc 100644 --- a/drm/drmserver/Android.mk +++ b/drm/drmserver/Android.mk
@@ -24,8 +24,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