summaryrefslogtreecommitdiff
path: root/solenv/inc/unxandr.mk
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/inc/unxandr.mk')
-rw-r--r--solenv/inc/unxandr.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/solenv/inc/unxandr.mk b/solenv/inc/unxandr.mk
index 52c92da19bbb..49b481a0498d 100644
--- a/solenv/inc/unxandr.mk
+++ b/solenv/inc/unxandr.mk
@@ -50,3 +50,7 @@ STDLIBCUIMT+=-llog -landroid -lgnustl_shared
STDSHLGUIMT+=-llog -landroid -lgnustl_shared
STDSHLCUIMT+=-llog -landroid -lgnustl_shared
+# All shared libraries we build must start with "lib" because
+# otherwise the Android package installer will not unpack them from
+# the .apk into the app's lib directory
+ENFORCEDSHLPREFIX=lib