Commit b69918a2 by kimvde Committed by kim-vde

Move assets from extractor to testdata module

PiperOrigin-RevId: 293608745
parent cbaa4a7c
Showing with 1 additions and 1 deletions
...@@ -33,7 +33,7 @@ android { ...@@ -33,7 +33,7 @@ android {
} }
} }
sourceSets.test.assets.srcDirs = ['src/test/assets/', '../../testdata/src/test/assets/'] sourceSets.test.assets.srcDir '../../testdata/src/test/assets/'
testOptions.unitTests.includeAndroidResources = true testOptions.unitTests.includeAndroidResources = true
} }
......
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