Skip to content

Commit

Permalink
🔧 Export more Android related env vars
Browse files Browse the repository at this point in the history
Might have an influence on #13
  • Loading branch information
bramus committed Feb 16, 2018
1 parent 51d8a09 commit 1ad86f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions steps/5.software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,8 @@ echo 'export ANT_HOME=/usr/local/opt/ant' >> ~/.bash_profile
echo 'export MAVEN_HOME=/usr/local/opt/maven' >> ~/.bash_profile
echo 'export GRADLE_HOME=/usr/local/opt/gradle' >> ~/.bash_profile
echo 'export ANDROID_HOME=/usr/local/share/android-sdk' >> ~/.bash_profile
echo 'export ANDROID_SDK_ROOT="$ANDROID_HOME"' >> ~/.bash_profile
echo 'export ANDROID_AVD_HOME="$HOME/.android/avd"' >> ~/.bash_profile
echo 'export ANDROID_NDK_HOME=/usr/local/share/android-ndk' >> ~/.bash_profile
echo 'export INTEL_HAXM_HOME=/usr/local/Caskroom/intel-haxm' >> ~/.bash_profile

Expand Down

0 comments on commit 1ad86f3

Please sign in to comment.