mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-05-16 09:59:39 +08:00
retrieve payload file name from the config object
This commit is contained in:
@@ -31,7 +31,7 @@ require 'motion/project/template/android/config'
|
||||
|
||||
desc "Create an application package file (.apk)"
|
||||
task :build do
|
||||
libpayload_subpath = "lib/armeabi/libpayload.so"
|
||||
libpayload_subpath = "lib/armeabi/#{App.config.payload_library_name}"
|
||||
|
||||
# XXX
|
||||
FileUtils.mkdir_p("#{App.config.build_dir}/#{File.dirname(libpayload_subpath)}")
|
||||
|
||||
Reference in New Issue
Block a user