summaryrefslogtreecommitdiffstats
path: root/core-stubs-mini/Android.mk
diff options
context:
space:
mode:
authorYohann Roussel <yroussel@google.com>2014-11-21 15:32:36 +0100
committerYohann Roussel <yroussel@google.com>2014-11-24 10:02:23 +0100
commit7bbaa9a90a77af3d0a47d7cc292fd2f8a98f9a07 (patch)
tree188620e2ecd3bc2bd5d2be6c104a6073015f0975 /core-stubs-mini/Android.mk
parente60f957fa4d4b93d0dcd4cab75e2d50702d779f3 (diff)
downloadtoolchain_jack-7bbaa9a90a77af3d0a47d7cc292fd2f8a98f9a07.tar.gz
toolchain_jack-7bbaa9a90a77af3d0a47d7cc292fd2f8a98f9a07.tar.bz2
toolchain_jack-7bbaa9a90a77af3d0a47d7cc292fd2f8a98f9a07.zip
Always use Jack to compile core stub mini
Change-Id: I7fb9edf6692c36200b18f0545172f55c99cbe674
Diffstat (limited to 'core-stubs-mini/Android.mk')
-rw-r--r--core-stubs-mini/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/core-stubs-mini/Android.mk b/core-stubs-mini/Android.mk
index e41ce5a5..7a8435fc 100644
--- a/core-stubs-mini/Android.mk
+++ b/core-stubs-mini/Android.mk
@@ -23,5 +23,6 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := $(call all-java-files-under, src)
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE:= core-stubs-mini
+LOCAL_USE_JACK:=true
include $(BUILD_JAVA_LIBRARY)