aboutsummaryrefslogtreecommitdiff
path: root/service/service.go
diff options
context:
space:
mode:
authorIan Cottrell <iancottrell@google.com>2015-07-07 22:59:57 +0100
committerIan Cottrell <iancottrell@google.com>2015-07-07 23:09:41 +0100
commit7ca1cf36b5cbf8ff96aba7af405aa10e97336f68 (patch)
tree5f6ef56badfe4b50465dc8521bfcc406ebbc5447 /service/service.go
parent060f9c445c0f367f9482fd3b5ad6aa78add4f26c (diff)
downloadgpu-7ca1cf36b5cbf8ff96aba7af405aa10e97336f68.tar.gz
Generate separate java classes for each encodable type
Also have codergen build the output directory if needed. Change-Id: I92998ee44a4faa1adf0c5fa957b5371c4e4d04a6
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 43d97b663..dab9a9925 100644
--- a/service/service.go
+++ b/service/service.go
@@ -20,7 +20,7 @@ package service
import "android.googlesource.com/platform/tools/gpu/atom"
// 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
// binary: java.indent = " "
// binary: java.member_prefix = my