Don`t hardcode the android sdk path in the build script before you push (im looking at you Dave)

This commit is contained in:
filmaj 2010-08-25 22:38:37 -07:00
parent 764c9191b7
commit f0cd97de72

View File

@ -7,7 +7,6 @@ class Build
def initialize(*a)
@android_sdk_path, @name, @pkg, @www, @path = a
@android_sdk_path = "/Users/davejohnson/Sdk/android-sdk-mac_86"
@android_dir = File.expand_path(File.dirname(__FILE__))
@framework_dir = File.join(@android_dir, "framework")
end