mirror of
https://github.com/androidx/media.git
synced 2025-05-05 22:50:57 +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 {
|
productFlavors {
|
||||||
demo
|
noExtensions
|
||||||
demoExt
|
withExtensions
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile project(':library')
|
compile project(':library')
|
||||||
demoExtCompile project(path: ':extension-ffmpeg')
|
withExtensionsCompile project(path: ':extension-ffmpeg')
|
||||||
demoExtCompile project(path: ':extension-flac')
|
withExtensionsCompile project(path: ':extension-flac')
|
||||||
demoExtCompile project(path: ':extension-opus')
|
withExtensionsCompile project(path: ':extension-opus')
|
||||||
demoExtCompile project(path: ':extension-vp9')
|
withExtensionsCompile project(path: ':extension-vp9')
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user