aboutsummaryrefslogtreecommitdiffstats
path: root/emulator/opengl/host/tools/emugen/Android.mk
blob: fcd7b242caff719b118fc09f794730d722207a26 (plain)
1
2
3
4
5
6
7
8
9
10

LOCAL_PATH:=$(call my-dir)

include $(CLEAR_VARS)

LOCAL_MODULE_TAGS := debug
LOCAL_SRC_FILES := ApiGen.cpp EntryPoint.cpp main.cpp strUtils.cpp TypeFactory.cpp
LOCAL_MODULE := emugen

include $(BUILD_HOST_EXECUTABLE)