diff options
Diffstat (limited to 'tools/infer/test/build.gradle')
-rw-r--r-- | tools/infer/test/build.gradle | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/infer/test/build.gradle b/tools/infer/test/build.gradle new file mode 100644 index 0000000000..61ffcd4990 --- /dev/null +++ b/tools/infer/test/build.gradle @@ -0,0 +1,6 @@ +allprojects { + // Expose the per-object-directory configuration to all projects. + ext { + topobjdir = gradle.mozconfig.topobjdir + } +} |