mirror of
https://github.com/samsonjs/media.git
synced 2026-04-07 11:35:46 +00:00
Move FLAC assets from extractor to testdata module
PiperOrigin-RevId: 293552271
This commit is contained in:
parent
0dd8e6a7c1
commit
011efcc522
46 changed files with 3 additions and 0 deletions
|
|
@ -33,6 +33,8 @@ android {
|
|||
}
|
||||
}
|
||||
|
||||
sourceSets.test.assets.srcDirs = ['src/test/assets/', '../../testdata/src/test/assets/']
|
||||
|
||||
testOptions.unitTests.includeAndroidResources = true
|
||||
}
|
||||
|
||||
|
|
@ -43,6 +45,7 @@ dependencies {
|
|||
implementation project(modulePrefix + 'library-common')
|
||||
testImplementation project(modulePrefix + 'library-core')
|
||||
testImplementation project(modulePrefix + 'testutils')
|
||||
testImplementation project(modulePrefix + 'testdata')
|
||||
testImplementation 'org.robolectric:robolectric:' + robolectricVersion
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue