From f0cd97de725aa4c07877cad05a470980528347b1 Mon Sep 17 00:00:00 2001 From: filmaj Date: Wed, 25 Aug 2010 22:38:37 -0700 Subject: [PATCH] Don`t hardcode the android sdk path in the build script before you push (im looking at you Dave) --- droidgap | 1 - 1 file changed, 1 deletion(-) diff --git a/droidgap b/droidgap index 39f6d3a1..b2f45b9b 100755 --- a/droidgap +++ b/droidgap @@ -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