Move assets from extractor to testdata module

PiperOrigin-RevId: 293608745
This commit is contained in:
kimvde 2020-02-06 17:28:20 +00:00 committed by kim-vde
parent cbaa4a7c57
commit b69918a21e
193 changed files with 1 additions and 1 deletions

View file

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

Some files were not shown because too many files have changed in this diff Show more