process JDK classes

This commit is contained in:
Laurent Sansonetti
2013-12-17 14:13:33 +01:00
parent 6237489ebd
commit c1358d091a

View File

@@ -422,7 +422,7 @@ task :clean do
rm_rf 'UIAutomation'
end
ANDROID_API_PACKAGES = %w{android}
ANDROID_API_PACKAGES = %w{java android}
task :android do
ANDROID_API_VERSIONS.each do |api_vers|