mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-04 22:58:19 +08:00
without this line, we will always rebuild classes.dex
This commit is contained in:
@@ -345,6 +345,7 @@ EOS
|
||||
end
|
||||
|
||||
# Compile java files.
|
||||
classes_changed = false
|
||||
vendored_jars = App.config.vendored_projects.map { |x| x[:jar] }
|
||||
vendored_jars += [File.join(App.config.versioned_datadir, 'rubymotion.jar')]
|
||||
classes_dir = File.join(app_build_dir, 'classes')
|
||||
|
||||
Reference in New Issue
Block a user