aboutsummaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorYang Song <songy23@users.noreply.github.com>2018-10-08 19:10:20 -0700
committerGitHub <noreply@github.com>2018-10-08 19:10:20 -0700
commitdea86ae9d49eb9ecc0172c96773d41a9dcc2a4b2 (patch)
treed86a2e36d73e53575fbd47f352d62d1ca831499e /buildscripts
parent08d09c48a40b7dc6b5dba8603795084fc6ea9695 (diff)
downloadopencensus-java-dea86ae9d49eb9ecc0172c96773d41a9dcc2a4b2.tar.gz
Exporter/OcAgent: Add a fake implementation of TraceService. (#1481)
* Exporter/OcAgent: Add a fake impl of TraceService. * Move the fake server impl to test.
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/import-control.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildscripts/import-control.xml b/buildscripts/import-control.xml
index be93cd9e..d545878a 100644
--- a/buildscripts/import-control.xml
+++ b/buildscripts/import-control.xml
@@ -177,6 +177,7 @@ General guidelines on imports:
</subpackage>
<subpackage name="ocagent">
<allow pkg="com.google.protobuf"/>
+ <allow pkg="io.grpc"/>
<allow pkg="io.opencensus.contrib.monitoredresource.util"/>
<allow pkg="io.opencensus.contrib.opencensus.proto.util"/>
<allow pkg="io.opencensus.exporter.trace.ocagent"/>