summaryrefslogtreecommitdiffstats
path: root/uevent/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'uevent/Android.mk')
-rw-r--r--uevent/Android.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/uevent/Android.mk b/uevent/Android.mk
deleted file mode 100644
index 74ccdbc..0000000
--- a/uevent/Android.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-# 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