blob: ab3b51ff3dd9d5b2129cabe885f9e8be525aff58 [file] [log] [blame]
Brian Silverman8fce7482020-01-05 13:18:21 -08001model {
2 binaries {
3 withType(GoogleTestTestSuiteBinarySpec).all {
4 nativeUtils.useRequiredLibrary(it, 'googletest_static')
5 }
6 }
7}