Remove obsolete comments

Change-Id: Ibaeca7f3cd17305dd4cac042d6020455c5675e2d
This commit is contained in:
David 'Digit' Turner
2011-08-23 13:00:45 +02:00
parent beda8a2ff9
commit 503419ca75
5 changed files with 0 additions and 208 deletions

View File

@@ -10,47 +10,3 @@ LOCAL_SRC_FILES := gl.cpp
LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/egl
$(call emugl-end-module)
#
# include $(CLEAR_VARS)
#
# # add additional depencies to ensure that the generated code that we depend on
# # is generated
# LOCAL_ADDITIONAL_DEPENDENCIES := \
# $(TARGET_OUT_SHARED_LIBRARIES)/lib_renderControl_enc$(TARGET_SHLIB_SUFFIX) \
# $(TARGET_OUT_SHARED_LIBRARIES)/libGLESv1_enc$(TARGET_SHLIB_SUFFIX)
#
# LOCAL_SRC_FILES := \
# gl.cpp
#
#
# LOCAL_PRELINK_MODULE := false
# LOCAL_CFLAGS += -DLOG_TAG=\"GLES_emulation\" -DGL_GLEXT_PROTOTYPES
# LOCAL_C_INCLUDES += \
# $(emulatorOpengl)/host/include/libOpenglRender \
# $(emulatorOpengl)/shared/OpenglCodecCommon \
# $(emulatorOpengl)/system/OpenglSystemCommon \
# $(emulatorOpengl)/system/GLESv1_enc \
# $(emulatorOpengl)/system/renderControl_enc \
# $(call intermediates-dir-for, SHARED_LIBRARIES, lib_renderControl_enc) \
# $(call intermediates-dir-for, SHARED_LIBRARIES, libGLESv1_enc)
#
# LOCAL_MODULE_TAGS := debug
# LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/egl
# LOCAL_MODULE := libGLESv1_CM_emulation
# LOCAL_MODULE_CLASS := SHARED_LIBRARIES
#
#
# LOCAL_STATIC_LIBRARIES := \
# libOpenglCodecCommon \
#
# LOCAL_SHARED_LIBRARIES := \
# libcutils \
# libutils \
# libdl \
# libOpenglSystemCommon \
# libGLESv1_enc \
# lib_renderControl_enc
#
#
# include $(BUILD_SHARED_LIBRARY)