blob: 74ccdbce7e9d3e31aa64fdd9c536fd7c560aed44 [file] [log] [blame]
The Android Open Source Projectd6054a32008-10-21 07:00:00 -07001# Copyright 2008 The Android Open Source Project
2
3ifeq ($(TARGET_SIMULATOR),true)
4LOCAL_SRC_FILES += uevent/uevent_stub.c
5else
6LOCAL_SRC_FILES += uevent/uevent.c
7endif