Cronet extension project setup

- Add build test to [] so it runs in presubmit
- Tweak README.md instructions
- Use symlinks to make the extension usable in Android
  Studio internally, without taking any special action
- Remove unnecessary dependencies
- Simplify setup instructions in README.md

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=129733466
This commit is contained in:
olly 2016-08-09 03:51:36 -07:00 committed by Oliver Woodman
parent bd37216902
commit 300ddc2aef
1 changed files with 6 additions and 0 deletions

6
.gitignore vendored
View File

@ -55,3 +55,9 @@ extensions/flac/src/main/jni/flac
# FFmpeg extension
extensions/ffmpeg/src/main/jni/ffmpeg
# Cronet extension
extensions/cronet/jniLibs/*
!extensions/cronet/jniLibs/README.md
extensions/cronet/libs/*
!extensions/cronet/libs/README.md