Home | History | Annotate | Download | only in event_injector
      1 LOCAL_PATH := $(call my-dir)
      2 
      3 $(call emugl-begin-host-static-library,event_injector)
      4 
      5 LOCAL_SRC_FILES := \
      6     EventInjector.cpp \
      7     sockets.c \
      8     emulator-console.c \
      9     iolooper-select.c
     10 
     11 $(call emugl-export,C_INCLUDES,$(LOCAL_PATH))
     12 
     13 $(call emugl-end-module)
     14