Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
liblinphone
Commits
8866343d
Commit
8866343d
authored
13 years ago
by
Simon Morlat
Browse files
Options
Download
Patches
Plain Diff
remove opengles2 dependency for non armv7
parent
51ee80ec
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build/android/Android.mk
+0
-1
build/android/Android.mk
with
0 additions
and
1 deletion
build/android/Android.mk
+
0
−
1
View file @
8866343d
...
@@ -129,7 +129,6 @@ endif
...
@@ -129,7 +129,6 @@ endif
LOCAL_STATIC_LIBRARIES
+=
$(
LIBLINPHONE_EXTENDED_STATIC_LIBS
)
LOCAL_STATIC_LIBRARIES
+=
$(
LIBLINPHONE_EXTENDED_STATIC_LIBS
)
LOCAL_SRC_FILES
+=
$(
LIBLINPHONE_EXTENDED_SRC_FILES
)
LOCAL_SRC_FILES
+=
$(
LIBLINPHONE_EXTENDED_SRC_FILES
)
LOCAL_LDLIBS
+=
-lGLESv2
ifeq
($(TARGET_ARCH_ABI),armeabi-v7a)
ifeq
($(TARGET_ARCH_ABI),armeabi-v7a)
LOCAL_SHARED_LIBRARIES
+=
liblinssl liblincrypto
LOCAL_SHARED_LIBRARIES
+=
liblinssl liblincrypto
ifeq
($(BUILD_GPLV3_ZRTP),1)
ifeq
($(BUILD_GPLV3_ZRTP),1)
...
...
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets