builds the android runtime

This commit is contained in:
Laurent Sansonetti
2013-12-18 19:59:45 +01:00
parent c22bb2d381
commit 882046a6de

View File

@@ -523,5 +523,6 @@ task "android" do
$stderr.puts "Android SDK does not exist or does not have platforms class paths"
exit 1
end
rake "vm", "android"
rake "data", "android"
end