aboutsummaryrefslogtreecommitdiffstats
path: root/build/windows_sdk_tools.mk
blob: 891f835c5e1cd171827ce1d19c51d2cf9dfb50e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Makefile to build the Windows SDK Tools under linux.
#
# This makefile is included by development/build/tools/windows_sdk.mk
# to device which tools we want to build from the sdk.git project.

WIN_SDK_TARGETS := \
	avdlauncher \
	emulator \
	emulator-arm \
	emulator-x86 \
	mksdcard \
	sdklauncher \
	win_android

# Add OpenGLES emulation host libraries if needed.
ifeq (true,$(BUILD_EMULATOR_OPENGL))
WIN_SDK_TARGETS += \
	libOpenglRender \
	libGLES_CM_translator \
	libGLES_V2_translator \
	libEGL_translator
endif