summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Hornsey <fred@hornsey.us>2018-10-24 21:47:18 -0500
committerFred Hornsey <fred@hornsey.us>2018-10-24 21:47:18 -0500
commitbaf54e97e1f00d18c90d2241e3d75ec3298c6475 (patch)
tree2ec0300f09b55d9c315ce23184da58738f94a66b
parent6d77d231876be9f18e8e54dc4fd43d5a9c7177e5 (diff)
downloadATCD-baf54e97e1f00d18c90d2241e3d75ec3298c6475.tar.gz
Force Non-Versioned SOs on Android
-rw-r--r--ACE/include/makeinclude/platform_android.GNU3
1 files changed, 3 insertions, 0 deletions
diff --git a/ACE/include/makeinclude/platform_android.GNU b/ACE/include/makeinclude/platform_android.GNU
index 691405263c8..c788dc7f7aa 100644
--- a/ACE/include/makeinclude/platform_android.GNU
+++ b/ACE/include/makeinclude/platform_android.GNU
@@ -22,6 +22,9 @@ PIE ?= -pie
#No rwho on Android
rwho = 0
+# Android Studio does not seem to reconize so files with versions
+versioned_so=0
+
# This section deals with selecting the architecture/compiler
# As of writing information on ABIs can be found at https://developer.android.com/ndk/guides/abis