diff options
Diffstat (limited to 'lux-lein/src/leiningen/lux/packager.clj')
-rw-r--r-- | lux-lein/src/leiningen/lux/packager.clj | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lux-lein/src/leiningen/lux/packager.clj b/lux-lein/src/leiningen/lux/packager.clj index 022d52cb5..6b2b7d9ff 100644 --- a/lux-lein/src/leiningen/lux/packager.clj +++ b/lux-lein/src/leiningen/lux/packager.clj @@ -131,11 +131,10 @@ )))) (def default-manifest-file (str "." java.io.File/separator "AndroidManifest.xml")) -(def jar-exclusions ["com/github/luxlang/luxc-jvm" +(def jar-exclusions ["com/github/luxlang/lux-bootstrapper" "org/clojure/clojure" "org/clojure/core.match" - ;; "org/ow2/asm/asm-all" - ]) + "org/ow2/asm/asm-all"]) ;; [Resources] (defn ^:private package-jvm |