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:
mcarare
2024-10-01 06:57:53 +00:00
parent ad7586253c
commit 86a56a4607

View File

@@ -139,6 +139,9 @@ allprojects {
if (it.hasProperty('android')) {
android {
buildToolsVersion gradle.mozconfig.substs.ANDROID_BUILD_TOOLS_VERSION
testOptions {
unitTests.includeAndroidResources = true
}
}
}
}