1ifeq (true,$(GOLDFISH_OPENGL_BUILD_FOR_HOST)) 2 3LOCAL_PATH := $(call my-dir) 4 5$(call emugl-begin-static-library,libGoldfishAddressSpace$(GOLDFISH_OPENGL_LIB_SUFFIX)) 6 7LOCAL_SRC_FILES := goldfish_address_space.cpp 8 9LOCAL_CFLAGS += -DLOG_TAG=\"goldfish-address-space\" 10 11LOCAL_C_INCLUDES += device/generic/goldfish-opengl/system/include 12 13$(call emugl-export,SHARED_LIBRARIES,liblog android-emu-shared) 14$(call emugl-export,C_INCLUDES,$(LOCAL_PATH)/include) 15$(call emugl-end-module) 16 17endif 18