Created
May 30, 2013 00:05
-
-
Save cajun-code/5674831 to your computer and use it in GitHub Desktop.
Simlink new android build system into old directory to allow sbt scala-android to continue to work
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Dir.chdir(File.absolute_path("#{ENV['ANDROID_SDK_HOME']}/build-tools/17.0.0/"));Dir.glob("*").each{|x| system "ln -s #{ENV['ANDROID_SDK_HOME']}/build-tools/17.0.0/#{x} #{ENV['ANDROID_SDK_HOME']}/platform-tools/#{x}"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment