Updating Part 1 of Android doc for building on Ubuntu 16.04 LTS#8007
Merged
swift-ci merged 1 commit intoswiftlang:masterfrom Mar 9, 2017
Merged
Updating Part 1 of Android doc for building on Ubuntu 16.04 LTS#8007swift-ci merged 1 commit intoswiftlang:masterfrom
swift-ci merged 1 commit intoswiftlang:masterfrom
Conversation
modocache
approved these changes
Mar 9, 2017
| Before attempting to build for Android, please make sure you are able to build | ||
| for Linux by following the instructions in the Swift project README. | ||
| 2. The latest version of the Android NDK (r13 at the time of this writing), | ||
| 2. The latest version of the Android NDK (r14 at the time of this writing), |
|
|
||
| 1. A Linux environment capable of building Swift from source, specifically | ||
| Ubuntu 15.10 (Ubuntu 14.04 is [not currently supported](https://bugs.swift.org/browse/SR-1321), [nor is 16.04](https://bugs.swift.org/browse/SR-1321)). | ||
| Ubuntu 16.04 or Ubuntu 15.10 (Ubuntu 14.04 has not been tested recently). |
Contributor
|
@swift-ci please smoke test and merge |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR is to update Swift for Android documentation. As of #7777 , Swift for Android builds on Ubuntu 16.04.2 LTS. The instructions have been modified to reflect this.