aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/README.Android.md2
-rw-r--r--tools/depends/README.md2
2 files changed, 4 insertions, 0 deletions
diff --git a/docs/README.Android.md b/docs/README.Android.md
index 847db7ef28..5d918d6887 100644
--- a/docs/README.Android.md
+++ b/docs/README.Android.md
@@ -156,6 +156,8 @@ Or configure build for x86_64:
./configure --with-tarballs=$HOME/android-tools/xbmc-tarballs --host=x86_64-linux-android --with-sdk-path=$HOME/android-tools/android-sdk-linux --with-ndk-path=$HOME/android-tools/android-ndk-r20 --prefix=$HOME/android-tools/xbmc-depends
```
+> **Note:** Android x86 and x86_64 are not maintained and are not 100% sure that everything works correctly!
+
Build tools and dependencies:
```
make -j$(getconf _NPROCESSORS_ONLN)
diff --git a/tools/depends/README.md b/tools/depends/README.md
index 9aa9422171..ecc1633d50 100644
--- a/tools/depends/README.md
+++ b/tools/depends/README.md
@@ -47,6 +47,8 @@ Paths below are examples. If you want to build Kodi, follow our **[build guides]
**x86_64**
`./configure --with-tarballs=$HOME/android-tools/xbmc-tarballs --host=x86_64-linux-android --with-sdk-path=$HOME/android-tools/android-sdk-linux --with-ndk-path=$HOME/android-tools/android-ndk-r20 --prefix=$HOME/android-tools/xbmc-depends`
+> **Note:** Android x86 and x86_64 are not maintained and are not 100% sure that everything works correctly!
+
### Linux
**ARM (codesourcery/lenaro/etc)**
`./configure --with-toolchain=/opt/toolchains/my-example-toolchain/ --prefix=/opt/xbmc-deps --host=arm-linux-gnueabi`