mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-19 12:08:11 +00:00
This should fix the Android 6 issue when loading shared libs (bsed hack)
This commit is contained in:
parent
b5f63eb814
commit
2e56ba2aa1
1 changed files with 1 additions and 0 deletions
|
|
@ -283,6 +283,7 @@ include $(BUILD_SHARED_LIBRARY)
|
|||
|
||||
LOCAL_CPPFLAGS=$(LOCAL_CFLAGS)
|
||||
LOCAL_CFLAGS += -Wdeclaration-after-statement
|
||||
LOCAL_LDFLAGS := -Wl,-soname,$(LOCAL_MODULE_FILENAME).so
|
||||
|
||||
$(call import-module,android/cpufeatures)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue