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 2e72225fe8
commit 26be180d50

View File

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