aboutsummaryrefslogtreecommitdiff
path: root/all
diff options
context:
space:
mode:
Diffstat (limited to 'all')
-rw-r--r--all/build.gradle13
1 files changed, 5 insertions, 8 deletions
diff --git a/all/build.gradle b/all/build.gradle
index 143e4cb3..550b924c 100644
--- a/all/build.gradle
+++ b/all/build.gradle
@@ -11,15 +11,12 @@ buildscript {
}
}
-// TODO(sebright): Look into handling instrumentation-java-core-impl-java-7,
-// instrumentation-java-core-impl-java-8, and
-// instrumentation-java-core-impl-android. 'subprojects' currently doesn't
-// include all directories, because Javadoc cannot handle multiple classes with
-// the same name, such as StatsManagerImpl.
+// 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(':instrumentation-java-core'),
- project(':instrumentation-java-core-impl'),
- project(':instrumentation-java-core-impl-java'),
+ project(':core'),
+ project(':core_impl'),
+ project(':core_impl_java'),
]
for (subproject in rootProject.subprojects) {