More verbose instructions for consistency

PiperOrigin-RevId: 332015471
This commit is contained in:
olly 2020-09-16 16:50:50 +01:00 committed by Oliver Woodman
parent d1ce5f5b24
commit a15d01d36f

View File

@ -25,7 +25,8 @@ can bundle the FFmpeg binaries in the APK:
``` ```
cd "<path to exoplayer checkout>" cd "<path to exoplayer checkout>"
FFMPEG_EXT_PATH="$(pwd)/extensions/ffmpeg/src/main" EXOPLAYER_ROOT="$(pwd)"
FFMPEG_EXT_PATH="${EXOPLAYER_ROOT}/extensions/ffmpeg/src/main"
``` ```
* Download the [Android NDK][] and set its location in a shell variable. * Download the [Android NDK][] and set its location in a shell variable.