summaryrefslogtreecommitdiffstats
path: root/jack-launcher
diff options
context:
space:
mode:
authorYohann Roussel <yroussel@google.com>2015-05-04 16:40:50 +0200
committerYohann Roussel <yroussel@google.com>2015-05-04 16:40:50 +0200
commita6e81a44f16767c390526cb9ed3fb25840a1c64c (patch)
treef72764dd3bc60e91da491f6e139c15b1b4ba76e0 /jack-launcher
parentc411d9966a69e334de6e7a3594c0f9197cfc9cb3 (diff)
downloadtoolchain_jack-a6e81a44f16767c390526cb9ed3fb25840a1c64c.zip
toolchain_jack-a6e81a44f16767c390526cb9ed3fb25840a1c64c.tar.gz
toolchain_jack-a6e81a44f16767c390526cb9ed3fb25840a1c64c.tar.bz2
Keep track of jack-launcher version
In a simple resource file. Change-Id: I87be09898aa6a60f3b3d6abef01601c301b62fbd
Diffstat (limited to 'jack-launcher')
-rw-r--r--jack-launcher/Android.mk1
-rw-r--r--jack-launcher/rsc/jack-launcher.properties16
2 files changed, 17 insertions, 0 deletions
diff --git a/jack-launcher/Android.mk b/jack-launcher/Android.mk
index 47fc56e..153cc1c 100644
--- a/jack-launcher/Android.mk
+++ b/jack-launcher/Android.mk
@@ -22,5 +22,6 @@ LOCAL_SRC_FILES := $(call all-java-files-under,src)
LOCAL_JAR_MANIFEST := etc/manifest.txt
LOCAL_STATIC_JAVA_LIBRARIES := \
jsr305lib-jack
+LOCAL_JAVA_RESOURCE_DIRS := rsc
include $(BUILD_HOST_JAVA_LIBRARY)
diff --git a/jack-launcher/rsc/jack-launcher.properties b/jack-launcher/rsc/jack-launcher.properties
new file mode 100644
index 0000000..b584cb5
--- /dev/null
+++ b/jack-launcher/rsc/jack-launcher.properties
@@ -0,0 +1,16 @@
+#
+# Copyright (C) 2015 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+jack-launcher.version=1.1-rc1