summaryrefslogtreecommitdiffstats
path: root/core-stubs-mini/Android.mk
diff options
context:
space:
mode:
authorJean-Marie Henaff <jmhenaff@google.com>2014-06-17 18:24:00 +0200
committerJean-Marie Henaff <jmhenaff@google.com>2014-06-18 16:08:29 +0200
commitbc882ab0e04fff3b9b81e6f9ebfb2dfc607da632 (patch)
tree950c7c4b8c33a58181b6d9a1e8e4f4d155bdcd7b /core-stubs-mini/Android.mk
parent40a1d1581289db63b2c54f5bcb67edd8876659d5 (diff)
downloadtoolchain_jack-bc882ab0e04fff3b9b81e6f9ebfb2dfc607da632.tar.gz
toolchain_jack-bc882ab0e04fff3b9b81e6f9ebfb2dfc607da632.tar.bz2
toolchain_jack-bc882ab0e04fff3b9b81e6f9ebfb2dfc607da632.zip
Remove need to use Ant to run jack tests in a source tree.
Change-Id: I2bdad4ba1247e72c2a9a66adbecee8ed5aa70ff4
Diffstat (limited to 'core-stubs-mini/Android.mk')
-rw-r--r--core-stubs-mini/Android.mk28
1 files changed, 28 insertions, 0 deletions
diff --git a/core-stubs-mini/Android.mk b/core-stubs-mini/Android.mk
new file mode 100644
index 00000000..c235dbf1
--- /dev/null
+++ b/core-stubs-mini/Android.mk
@@ -0,0 +1,28 @@
+# Copyright (C) 2012 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.
+
+LOCAL_PATH := $(call my-dir)
+
+#
+# core-stubs-mini-jack library
+#
+
+include $(CLEAR_VARS)
+
+LOCAL_SRC_FILES := $(call all-java-files-under, src)
+LOCAL_MODULE_TAGS := optional
+LOCAL_MODULE:= core-stubs-mini
+LOCAL_MODULE_PATH := $(LOCAL_PATH)/../jack/libs
+
+include $(BUILD_JAVA_LIBRARY) \ No newline at end of file