• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1LOCAL_PATH := $(call my-dir)
2
3$(call emugl-begin-host-static-library,event_injector)
4
5LOCAL_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