diff options
author | Jeff Brown <jeffbrown@google.com> | 2011-07-11 22:12:13 -0700 |
---|---|---|
committer | Jeff Brown <jeffbrown@google.com> | 2011-07-11 22:12:13 -0700 |
commit | ac35d07ae54094e7655ecbecacd09789d37a3bcb (patch) | |
tree | 2ab487deaf9b2ea7e899b5e76899b04ea4bce09c /Source | |
parent | 82a9205099b518893ebaa7dce8e91629fece56ec (diff) | |
download | external_webkit-ac35d07ae54094e7655ecbecacd09789d37a3bcb.zip external_webkit-ac35d07ae54094e7655ecbecacd09789d37a3bcb.tar.gz external_webkit-ac35d07ae54094e7655ecbecacd09789d37a3bcb.tar.bz2 |
Remove the simulator target from all makefiles.
Bug: 5010576
Change-Id: Iec42857a1f01da52a1f9e968ffa0e791404063b4
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 |