diff options
author | Thiago Marcos P. Santos <thiago@mapbox.com> | 2016-05-08 12:49:16 +0300 |
---|---|---|
committer | Thiago Marcos P. Santos <thiago@mapbox.com> | 2016-05-08 12:49:16 +0300 |
commit | f1581bea6b84e9c5d3db20c45def526a39541800 (patch) | |
tree | 7557f51de5b342c2312ad62e3ef4557c9fd167c1 | |
parent | 0b7b5156c8c670c8f091bb7301c17d6ed9d98d14 (diff) | |
download | qtlocation-mapboxgl-f1581bea6b84e9c5d3db20c45def526a39541800.tar.gz |
[android] Removed broken links from Linux build docs
-rw-r--r-- | platform/android/CONTRIBUTING_LINUX.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/platform/android/CONTRIBUTING_LINUX.md b/platform/android/CONTRIBUTING_LINUX.md index abdc09e46a..d4b5200878 100644 --- a/platform/android/CONTRIBUTING_LINUX.md +++ b/platform/android/CONTRIBUTING_LINUX.md @@ -49,5 +49,3 @@ $ adb install -r platform/android/MapboxGLAndroidSDKTestApp/build/outputs/apk/Ma ``` The debug version will emit considerable more log information (and run slower). Use simply `make android` to build a release version. - -**Next: get your app [running on a hardware Android Device](docs/ANDROID_DEVICE.md) or [simulator](docs/ANDROID_SIMULATOR.md)** |