diff options
Diffstat (limited to 'Source')
-rw-r--r-- | Source/Android.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/Android.mk b/Source/Android.mk index b86830a..fd1f622 100644 --- a/Source/Android.mk +++ b/Source/Android.mk @@ -250,10 +250,8 @@ ifeq ($(WEBCORE_INSTRUMENTATION),true) LOCAL_SHARED_LIBRARIES += libhardware_legacy endif -# We have to use the android version of libdl when we are not on the simulator -ifneq ($(TARGET_SIMULATOR),true) +# We have to use the android version of libdl. LOCAL_SHARED_LIBRARIES += libdl -endif # Build the list of static libraries LOCAL_STATIC_LIBRARIES := libxml2 |