Skip to content

Commit

Permalink
* Adjusted to new location of dx
Browse files Browse the repository at this point in the history
  • Loading branch information
donv committed Dec 23, 2013
1 parent 13ef0b5 commit d0d2a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if ENV['ANDROID_HOME']
else
dx_location = `which dx`
raise 'Unable to find ANDROID_HOME environment variable or the "dx" command.' unless $? == 0
ANDROID_SDK_HOME = File.dirname(File.dirname(dx_location))
ANDROID_SDK_HOME = File.dirname(File.dirname(File.dirname(dx_location)))
end
PKG_DIR = File.expand_path 'pkg'
JAR = "sqldroid-#{SQLDroid::VERSION}.jar"
Expand Down

0 comments on commit d0d2a45

Please sign in to comment.