summaryrefslogtreecommitdiff
path: root/tools/codegen
diff options
context:
space:
mode:
authorEugene Susla <eugenesusla@google.com>2019-07-29 13:39:48 -0700
committerEugene Susla <eugenesusla@google.com>2019-07-29 14:57:01 -0700
commit0fb0ffa4cc03c14828452168774198a7b3200c36 (patch)
tree53c7f31da46805a17d6404baac49ee1bc608c5ae /tools/codegen
parent6af3becd0f4c286d2782240f4e46b27fb5113a6a (diff)
Auto-build/update codegen
Test: 1. Manually enter version/presence of build artifact, and ensure `codegen FILENAME` still works 2. run codegen again without altering version, ensure no build triggered Change-Id: I6f1dba0a476077c708bbea8ef558445107e5ad97
Diffstat (limited to 'tools/codegen')
-rw-r--r--tools/codegen/Android.bp2
-rw-r--r--tools/codegen/src/com/android/codegen/SharedConstants.kt2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/codegen/Android.bp b/tools/codegen/Android.bp
index 805b2968bca0..677bee2cce81 100644
--- a/tools/codegen/Android.bp
+++ b/tools/codegen/Android.bp
@@ -1,5 +1,5 @@
java_binary_host {
- name: "codegen",
+ name: "codegen_cli",
manifest: "manifest.txt",
srcs: [
"src/**/*.kt",
diff --git a/tools/codegen/src/com/android/codegen/SharedConstants.kt b/tools/codegen/src/com/android/codegen/SharedConstants.kt
index 41641f6dab47..175eea6ef0d0 100644
--- a/tools/codegen/src/com/android/codegen/SharedConstants.kt
+++ b/tools/codegen/src/com/android/codegen/SharedConstants.kt
@@ -1,4 +1,4 @@
package com.android.codegen
const val CODEGEN_NAME = "codegen"
-const val CODEGEN_VERSION = "0.0.1" \ No newline at end of file
+const val CODEGEN_VERSION = "1.0.0" \ No newline at end of file