The Android Open Source Project | d6054a3 | 2008-10-21 07:00:00 -0700 | [diff] [blame^] | 1 | # Copyright 2008 The Android Open Source Project |
2 | |||||
3 | ifeq ($(TARGET_SIMULATOR),true) | ||||
4 | LOCAL_SRC_FILES += uevent/uevent_stub.c | ||||
5 | else | ||||
6 | LOCAL_SRC_FILES += uevent/uevent.c | ||||
7 | endif |