Home | History | Annotate | Download | only in uevent
      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
      8