aboutsummaryrefslogtreecommitdiff
path: root/all
diff options
context:
space:
mode:
Diffstat (limited to 'all')
-rw-r--r--all/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/all/build.gradle b/all/build.gradle
index ebd03277..32feb263 100644
--- a/all/build.gradle
+++ b/all/build.gradle
@@ -11,15 +11,15 @@ buildscript {
}
}
-// TODO(bdrutu): core_impl_android subproject currently isn't included because Javadoc cannot
-// handle multiple classes with the same name, such as StatsManagerImpl.
def subprojects = [
project(':opencensus-api'),
project(':core'),
project(':opencensus-impl-core'),
project(':core_impl'),
+ project(':core_impl_android'),
project(':core_impl_java'),
project(':opencensus-impl'),
+ project(':opencensus-impl-lite'),
]
for (subproject in rootProject.subprojects) {