aboutsummaryrefslogtreecommitdiffstats
path: root/emulator/opengl/tests/event_injector/Android.mk
blob: 26eb47691977bb5f42a27b8fa45270a7874a38a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
LOCAL_PATH := $(call my-dir)

$(call emugl-begin-host-static-library,event_injector)

LOCAL_SRC_FILES := \
    EventInjector.cpp \
    sockets.c \
    emulator-console.c \
    iolooper-select.c

$(call emugl-export,C_INCLUDES,$(LOCAL_PATH))

$(call emugl-end-module)