mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
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:
parent
bd37216902
commit
300ddc2aef
1 changed files with 6 additions and 0 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue