From ba49f513802dc6412719d52e20f684dcd667ef95 Mon Sep 17 00:00:00 2001 From: cchiappini Date: Wed, 23 Nov 2016 10:00:33 -0800 Subject: [PATCH] Cronet README fix ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=140043801 --- extensions/cronet/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/extensions/cronet/README.md b/extensions/cronet/README.md index be79ac7d3e..a570385a52 100644 --- a/extensions/cronet/README.md +++ b/extensions/cronet/README.md @@ -21,8 +21,9 @@ git clone https://github.com/google/ExoPlayer.git 1. Find the latest Cronet release [here][] and navigate to its `Release/cronet` directory -1. Download `cronet.jar`, `cronet_api.jar` and the `libs` directory -1. Copy the two jar files into the `libs` directory of this extension +1. Download `cronet_api.jar`, `cronet_impl_common_java.jar`, + `cronet_impl_native_java.jar` and the `libs` directory +1. Copy the three jar files into the `libs` directory of this extension 1. Copy the content of the downloaded `libs` directory into the `jniLibs` directory of this extension