blob: a363ba43cdd2ee78b38e6ae3a788c7d96d26c0b6 [file] [log] [blame]
#ifeq (true,$(GOLDFISH_OPENGL_BUILD_FOR_HOST))
LOCAL_PATH := $(call my-dir)
$(call emugl-begin-static-library,libGoldfishAddressSpace$(GOLDFISH_OPENGL_LIB_SUFFIX))
LOCAL_SRC_FILES := goldfish_address_space.cpp
LOCAL_CFLAGS += -DLOG_TAG=\"goldfish-address-space\"
$(call emugl-export,SHARED_LIBRARIES,liblog)
ifeq (true,$(GOLDFISH_OPENGL_BUILD_FOR_HOST))
$(call emugl-export,SHARED_LIBRARIES,android-emu-shared)
endif
$(call emugl-export,C_INCLUDES,$(LOCAL_PATH)/include)
$(call emugl-end-module)
#endif