mirror of
https://github.com/samsonjs/media.git
synced 2026-04-14 12:45:47 +00:00
Rename build flavors and remove pre hashing of DataSpec key values.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=135682130
This commit is contained in:
parent
91f8328a5f
commit
1b81cfdb56
1 changed files with 6 additions and 6 deletions
|
|
@ -38,15 +38,15 @@ android {
|
|||
}
|
||||
|
||||
productFlavors {
|
||||
demo
|
||||
demoExt
|
||||
noExtensions
|
||||
withExtensions
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile project(':library')
|
||||
demoExtCompile project(path: ':extension-ffmpeg')
|
||||
demoExtCompile project(path: ':extension-flac')
|
||||
demoExtCompile project(path: ':extension-opus')
|
||||
demoExtCompile project(path: ':extension-vp9')
|
||||
withExtensionsCompile project(path: ':extension-ffmpeg')
|
||||
withExtensionsCompile project(path: ':extension-flac')
|
||||
withExtensionsCompile project(path: ':extension-opus')
|
||||
withExtensionsCompile project(path: ':extension-vp9')
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue