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

ifeq ($(HOST_OS),darwin)
$(call emugl-begin-host-static-library,libMac_view)

LIBMACVIEW_FRAMEWORKS := AppKit AudioToolbox AudioUnit
LIBMACVIEW_PREFIX := -Wl,-framework,

$(call emugl-export,LDLIBS,$(foreach _framework,$(LIBMACVIEW_FRAMEWORKS),$(LIBMACVIEW_PREFIX)$(_framework)))
LOCAL_SRC_FILES := setup_gl.m
LOCAL_CFLAGS += -g -O0
$(call emugl-end-module)
endif # HOST_OS == darwin