diff options
author | TreeHugger Robot <treehugger-gerrit@google.com> | 2019-10-05 02:11:56 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2019-10-05 02:11:56 +0000 |
commit | e10e901b7fae3400a7c594fd069947398ddbde5a (patch) | |
tree | 949758ac8964a06b5af1505d1205384f705b44cc /tools | |
parent | 338823320c6307150c317c5bc20a1c64f11bc1a7 (diff) | |
parent | d0a6401ed35d618740f627772b99acf8726a106a (diff) |
Merge "Add helpful links to `codegen --help`"
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/codegen/src/com/android/codegen/Main.kt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/tools/codegen/src/com/android/codegen/Main.kt b/tools/codegen/src/com/android/codegen/Main.kt index 580467433756..fcf1f8260442 100755 --- a/tools/codegen/src/com/android/codegen/Main.kt +++ b/tools/codegen/src/com/android/codegen/Main.kt @@ -95,7 +95,13 @@ In addition, for any field mMyField(or myField) of type FieldType you can define you can use with final fields. Version: $CODEGEN_VERSION -Questions? Feedback? Contact: eugenesusla@ + +Questions? Feedback? +Contact: eugenesusla@ +Bug/feature request: http://go/codegen-bug + +Slides: http://go/android-codegen +In-depth example: http://go/SampleDataClass """ fun main(args: Array<String>) { |