Update VP9 extension README to ref NDK r20

PiperOrigin-RevId: 279899984
This commit is contained in:
olly 2019-11-12 08:06:09 +00:00 committed by Oliver Woodman
parent 4fd881a551
commit 6df92fdd3f

View file

@ -29,7 +29,7 @@ VP9_EXT_PATH="${EXOPLAYER_ROOT}/extensions/vp9/src/main"
```
* Download the [Android NDK][] and set its location in an environment variable.
The build configuration has been tested with Android NDK r19c.
This build configuration has been tested on NDK r20.
```
NDK_PATH="<path to Android NDK>"