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:
eguven 2016-10-10 09:09:47 -07:00 committed by Oliver Woodman
parent 91f8328a5f
commit 1b81cfdb56

View File

@ -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')
}