aboutsummaryrefslogtreecommitdiff
path: root/service/service.go
diff options
context:
space:
mode:
authorIan Cottrell <iancottrell@google.com>2015-07-20 16:16:15 +0100
committerIan Cottrell <iancottrell@google.com>2015-07-21 13:31:02 +0100
commit1e9f7507e068148d9c6a56e0e393fb41d7587949 (patch)
tree8de3699866aac231b386eab7ea08f01c5c9349b7 /service/service.go
parent113abf9225d55acbb6195056cd9778f42469a377 (diff)
downloadgpu-1e9f7507e068148d9c6a56e0e393fb41d7587949.tar.gz
Add exported handling
Track if go types were exported, and use it to generate public vs package private java classes. Titlecase java class names. Add java code generation for schema and any libraries. Change-Id: I8339969c3982c70b337d2a210969d96ce8a40466
Diffstat (limited to 'service/service.go')
-rw-r--r--service/service.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/service.go b/service/service.go
index 3d158284a..723584b1a 100644
--- a/service/service.go
+++ b/service/service.go
@@ -27,7 +27,7 @@ import (
)
// binary: java.source = adt/idea/android/src
-// binary: java.package = com.android.tools.idea.editors.gfxtrace.rpc
+// binary: java.package = com.android.tools.idea.editors.gfxtrace.service
// binary: java.indent = " "
// binary: java.member_prefix = my
// binary: service = Service