mirror of
https://github.com/androidx/media.git
synced 2025-05-04 22:20:47 +08: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
@ -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…
x
Reference in New Issue
Block a user