diff options
author | Yohann Roussel <yroussel@google.com> | 2014-09-23 12:26:19 +0200 |
---|---|---|
committer | Yohann Roussel <yroussel@google.com> | 2014-09-23 16:29:08 +0200 |
commit | 6cd9fea2ea74c5092e5b33318dce066ed765806c (patch) | |
tree | ce9715c1cadd17077e69742c7be40bd3b87c32a8 /jill/Android.mk | |
parent | 22e72bcdf18672c22861427932c3e12b02b2c242 (diff) | |
download | toolchain_jill-6cd9fea2ea74c5092e5b33318dce066ed765806c.zip toolchain_jill-6cd9fea2ea74c5092e5b33318dce066ed765806c.tar.gz toolchain_jill-6cd9fea2ea74c5092e5b33318dce066ed765806c.tar.bz2 |
Anonymous subclasses of enum are not JEnum.
Now Jill emits them as JClass.
Change-Id: I95223ff4ed81dc33bc17b1baf4c7c99c86d2001a
Diffstat (limited to 'jill/Android.mk')
-rw-r--r-- | jill/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jill/Android.mk b/jill/Android.mk index 3e5109b..a343947 100644 --- a/jill/Android.mk +++ b/jill/Android.mk @@ -103,7 +103,7 @@ LOCAL_STATIC_JAVA_LIBRARIES := jill LOCAL_JAVA_LIBRARIES := \ libjackunittests \ sched-build \ - $(TEST_STATIC_JAVA_LIBRARIES) + schedlib LOCAL_REQUIRED_MODULES:= \ core \ |