summaryrefslogtreecommitdiffstats
path: root/tools/infer/test/build.gradle
blob: 61ffcd49902ce1bbcb6ece44521c9bc5f228667c (plain)
1
2
3
4
5
6
allprojects {
    // Expose the per-object-directory configuration to all projects.
    ext {
        topobjdir = gradle.mozconfig.topobjdir
    }
}