summaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2011-07-11 22:11:56 -0700
committerJeff Brown <jeffbrown@google.com>2011-07-11 22:11:56 -0700
commitf9cc5396549e1896bbeb2268e33269ae6c9a1889 (patch)
treef496e383389728b7a1cbaeb4abfb65f452203acc /third_party
parent7d783978775620a35b5247ff0da339567326478e (diff)
downloadexternal_chromium-f9cc5396549e1896bbeb2268e33269ae6c9a1889.zip
external_chromium-f9cc5396549e1896bbeb2268e33269ae6c9a1889.tar.gz
external_chromium-f9cc5396549e1896bbeb2268e33269ae6c9a1889.tar.bz2
Remove the simulator target from all makefiles.
Bug: 5010576 Change-Id: I4eb21142f441f62f1e3b406e67e9739143596f49
Diffstat (limited to 'third_party')
-rw-r--r--third_party/libevent/Android.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/third_party/libevent/Android.mk b/third_party/libevent/Android.mk
index 00bdf6b..c654937 100644
--- a/third_party/libevent/Android.mk
+++ b/third_party/libevent/Android.mk
@@ -20,8 +20,5 @@ LOCAL_C_INCLUDES := \
$(LOCAL_PATH)/third_party/libevent/android
LOCAL_CFLAGS := -DHAVE_CONFIG_H -DANDROID -fvisibility=hidden
-ifeq ($(TARGET_SIMULATOR),true)
-LOCAL_CFLAGS += -D_EVENT_HAVE_FD_MASK=1
-endif
include $(BUILD_STATIC_LIBRARY)