remove opengles2 dependency for non armv7

This commit is contained in:
Simon Morlat 2011-09-21 16:50:33 +02:00
parent 51ee80ec2b
commit 8866343d36

View file

@ -129,7 +129,6 @@ endif
LOCAL_STATIC_LIBRARIES += $(LIBLINPHONE_EXTENDED_STATIC_LIBS)
LOCAL_SRC_FILES += $(LIBLINPHONE_EXTENDED_SRC_FILES)
LOCAL_LDLIBS += -lGLESv2
ifeq ($(TARGET_ARCH_ABI),armeabi-v7a)
LOCAL_SHARED_LIBRARIES += liblinssl liblincrypto
ifeq ($(BUILD_GPLV3_ZRTP),1)