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 11$(call emugl-export,SHARED_LIBRARIES,liblog android-emu-shared) 12$(call emugl-export,C_INCLUDES,$(LOCAL_PATH)/include) 13$(call emugl-end-module) 14 15endif 16