Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
base
/
cd1145432e99201bea9656511e8a92b85d130c0d
/
.
/
build.gradle
blob: b07f6c96d66559d7eaf2569fc5b8b5f239f28f8f [
file
] [
log
] [
blame
]
subprojects
{
Project
project
->
// only configure leaf projects.
if
(!
project
.
getSubprojects
().
isEmpty
())
return
apply
from
:
"$rootDir/buildSrc/base/baseJava.gradle"
}