aboutsummaryrefslogtreecommitdiff
path: root/all
diff options
context:
space:
mode:
authorKristen Kozak <sebright@google.com>2017-04-27 14:23:16 -0700
committerKristen Kozak <sebright@google.com>2017-04-27 17:46:50 -0700
commit948af51566c721b39f7378a79dcae049500066d2 (patch)
treefb5ad3f04c2116d919418f77ca5f8455741a2c73 /all
parent9ea92f13b50d854b4a645a84564bab8064914ea6 (diff)
downloadopencensus-java-948af51566c721b39f7378a79dcae049500066d2.tar.gz
Update other build files for core_impl split.
Diffstat (limited to 'all')
-rw-r--r--all/build.gradle4
1 files changed, 4 insertions, 0 deletions
diff --git a/all/build.gradle b/all/build.gradle
index 64668ed0..42cb16cb 100644
--- a/all/build.gradle
+++ b/all/build.gradle
@@ -14,6 +14,10 @@ buildscript {
def subprojects = [
project(':instrumentation-java-core'),
project(':instrumentation-java-core-impl'),
+ project(':instrumentation-java-core-impl-android'),
+ project(':instrumentation-java-core-impl-java'),
+ project(':instrumentation-java-core-impl-java-7'),
+ project(':instrumentation-java-core-impl-java-8'),
]
for (subproject in rootProject.subprojects) {