Fix Android NDK links.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=120107182
This commit is contained in:
andrewlewis 2016-04-18 03:14:47 -07:00 committed by Oliver Woodman
parent fa04c713f6
commit d7ac074088
2 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,8 @@ OPUS_EXT_PATH="${EXOPLAYER_ROOT}/extensions/opus/src/main"
* Download the [Android NDK][] and set its location in an environment variable:
[Android NDK]: https://developer.android.com/tools/sdk/ndk/index.html
```
NDK_PATH="<path to Android NDK>"
```

View File

@ -26,6 +26,8 @@ VP9_EXT_PATH="${EXOPLAYER_ROOT}/extensions/vp9/src/main"
* Download the [Android NDK][] and set its location in an environment variable:
[Android NDK]: https://developer.android.com/tools/sdk/ndk/index.html
```
NDK_PATH="<path to Android NDK>"
```