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, 7 insertions, 0 deletions
diff --git a/uevent/Android.mk b/uevent/Android.mk
new file mode 100644
index 0000000..74ccdbc
--- /dev/null
+++ b/uevent/Android.mk
@@ -0,0 +1,7 @@
+# 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