mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 04:41:11 +00:00
Bug 1897176 - Allow unit tests to access and use app resources. r=tthibaud
Differential Revision: https://phabricator.services.mozilla.com/D223722
This commit is contained in:
parent
2e72225fe8
commit
26be180d50
@ -139,6 +139,9 @@ allprojects {
|
|||||||
if (it.hasProperty('android')) {
|
if (it.hasProperty('android')) {
|
||||||
android {
|
android {
|
||||||
buildToolsVersion gradle.mozconfig.substs.ANDROID_BUILD_TOOLS_VERSION
|
buildToolsVersion gradle.mozconfig.substs.ANDROID_BUILD_TOOLS_VERSION
|
||||||
|
testOptions {
|
||||||
|
unitTests.includeAndroidResources = true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user