Home | History | Annotate | Download | only in uevents
      1 LOCAL_PATH:= $(call my-dir)
      2 include $(CLEAR_VARS)
      3 
      4 LOCAL_SRC_FILES := uevents.c
      5 
      6 LOCAL_SHARED_LIBRARIES += libcutils
      7 LOCAL_MODULE:= uevents
      8 
      9 LOCAL_MODULE_TAGS := optional
     10 
     11 include $(BUILD_EXECUTABLE)
     12