Skip to content

Commit

Permalink
Fix broken link + minor doc tweak
Browse files Browse the repository at this point in the history
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=165920927
  • Loading branch information
ojw28 authored and Oliver Woodman committed Sep 8, 2017
1 parent 351b8a6 commit 85bc8a0
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions extensions/cronet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

The Cronet extension is an [HttpDataSource][] implementation using [Cronet][].

[HttpDataSource]: https://google.github.io/ExoPlayer/doc/reference/com/google/android/exoplayer/upstream/HttpDataSource.html
[HttpDataSource]: https://google.github.io/ExoPlayer/doc/reference/com/google/android/exoplayer2/upstream/HttpDataSource.html
[Cronet]: https://chromium.googlesource.com/chromium/src/+/master/components/cronet?autodive=0%2F%2F

## Build instructions ##
Expand All @@ -22,12 +22,9 @@ and enable the extension:
1. Copy the content of the downloaded `libs` directory into the `jniLibs`
directory of this extension

* In your `settings.gradle` file, add the following line before the line that
applies `core_settings.gradle`:

```gradle
gradle.ext.exoplayerIncludeCronetExtension = true;
```
* In your `settings.gradle` file, add
`gradle.ext.exoplayerIncludeCronetExtension = true` before the line that
applies `core_settings.gradle`.

[top level README]: https://github.com/google/ExoPlayer/blob/release-v2/README.md
[here]: https://console.cloud.google.com/storage/browser/chromium-cronet/android
Expand Down

0 comments on commit 85bc8a0

Please sign in to comment.