summaryrefslogtreecommitdiff
path: root/tools/codegen/src/com/android/codegen/SharedConstants.kt
diff options
context:
space:
mode:
Diffstat (limited to 'tools/codegen/src/com/android/codegen/SharedConstants.kt')
-rw-r--r--tools/codegen/src/com/android/codegen/SharedConstants.kt4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/codegen/src/com/android/codegen/SharedConstants.kt b/tools/codegen/src/com/android/codegen/SharedConstants.kt
new file mode 100644
index 000000000000..41641f6dab47
--- /dev/null
+++ b/tools/codegen/src/com/android/codegen/SharedConstants.kt
@@ -0,0 +1,4 @@
+package com.android.codegen
+
+const val CODEGEN_NAME = "codegen"
+const val CODEGEN_VERSION = "0.0.1" \ No newline at end of file