diff options
author | wsnipex <wsnipex@a1.net> | 2014-09-25 11:10:24 +0200 |
---|---|---|
committer | Memphiz <memphis@machzwo.de> | 2014-10-19 21:34:59 +0200 |
commit | 45a93df4ca1dc64ea46185e5d6828260d823e15f (patch) | |
tree | 2facea60bfe5e79c45b2069f570921ee9fddd5f0 /docs | |
parent | f84a1347bbdef93d7ab7f6afcaae5cc214e78ce5 (diff) |
[rebrand/android] use dynamic application name
Diffstat (limited to 'docs')
-rw-r--r-- | docs/README.android | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/README.android b/docs/README.android index 48701d7396..2f8908c112 100644 --- a/docs/README.android +++ b/docs/README.android @@ -265,10 +265,10 @@ ignored as we have setup the appropriate paths already. -------------------------------------------------------------------- During the early days of the android port, xbmc was launched via a stub lib -that then dlopen'd libxbmc. This was done to get around bionic's poor handling -of shared libs. We now compile everything into libxbmc itself so that it has +that then dlopen'd libkodi. This was done to get around bionic's poor handling +of shared libs. We now compile everything into libkodi itself so that it has no runtime dependencies beyond system libs. Done this way, we're able to launch -into libxbmc directly. +into libkodi directly. But we still hit Bionic's loader's deficiencies when we dlopen a lib. There are two main issues to overcome for loading: |