summaryrefslogtreecommitdiffstats
path: root/uevent/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'uevent/Android.mk')
-rw-r--r--uevent/Android.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/uevent/Android.mk b/uevent/Android.mk
index 74ccdbc..2d8b524 100644
--- a/uevent/Android.mk
+++ b/uevent/Android.mk
@@ -1,7 +1,3 @@
# Copyright 2008 The Android Open Source Project
-ifeq ($(TARGET_SIMULATOR),true)
-LOCAL_SRC_FILES += uevent/uevent_stub.c
-else
LOCAL_SRC_FILES += uevent/uevent.c
-endif