platform_hardware_libhardwa.../uevent/Android.mk
2009-01-15 16:12:14 -08:00

7 lines
168 B
Makefile

# 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