Sha256: 4b5f735e3722d3d88363db1b82ad652d391c1dc6078962a41d3c699b294ddddd
Contents?: true
Size: 520 Bytes
Versions: 14
Compression:
Stored size: 520 Bytes
Contents
$rhodespath = File.expand_path '../../rhodes' $rootpath = File.expand_path '..' $sharedpath = File.join $rhodespath, 'platform', 'shared' require File.join($rhodespath, "lib", "build", "jake.rb") task :config rhobuildyml = File.join $rhodespath, 'rhobuild.yml' rhobuildyml = ENV["RHOBUILD"] unless ENV["RHOBUILD"].nil? $rhoconfig = Jake.config(File.open(rhobuildyml)) $rhoconfig["platform"] = 'android' $appconfig = Jake.config(File.open('build.yml')) load File.join("Java", "Android", "build", "android.rake")
Version data entries
14 entries across 14 versions & 1 rubygems