aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--smali/build.gradle9
1 files changed, 9 insertions, 0 deletions
diff --git a/smali/build.gradle b/smali/build.gradle
index 0e5cbf2d..5679c715 100644
--- a/smali/build.gradle
+++ b/smali/build.gradle
@@ -52,6 +52,15 @@ configurations {
compile.exclude group: 'de.jflex', module: 'jflex'
}
+sourceSets {
+ main {
+ resources {
+ // This adds the generated .tokens files to the jar
+ srcDir 'build/generated-src/antlr/main'
+ }
+ }
+}
+
idea {
module {
excludeDirs -= buildDir