Commit 011efcc5 by kimvde Committed by kim-vde

Move FLAC assets from extractor to testdata module

PiperOrigin-RevId: 293552271
parent 0dd8e6a7
Showing 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
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment