commit | d6054a36475b5ff502b4af78f7d272a713c1a8e7 | [log] [tgz] |
---|---|---|
author | The Android Open Source Project <initial-contribution@android.com> | Tue Oct 21 07:00:00 2008 -0700 |
committer | The Android Open Source Project <initial-contribution@android.com> | Tue Oct 21 07:00:00 2008 -0700 |
tree | 15482ee71b318f54f288240adce0b59febf76bc7 |
Initial Contribution
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