don't need to link against libsgl

This commit is contained in:
Mathias Agopian
2009-07-02 19:04:39 -07:00
parent d763b5d919
commit f780d32fc2
3 changed files with 5 additions and 6 deletions

View File

@@ -33,16 +33,15 @@ ifeq ($(TARGET_SIMULATOR),true)
endif
LOCAL_SHARED_LIBRARIES := \
libcutils \
libpixelflinger \
libhardware \
libutils \
libbinder \
libcutils \
libui \
libcorecg \
libsgl \
libpixelflinger \
libEGL \
libGLESv1_CM
libGLESv1_CM \
libbinder \
libui
LOCAL_C_INCLUDES := \
$(call include-path-for, corecg graphics)