Browse Source

Added android configuration

wsl
Raphael Roberts 6 years ago
parent
commit
9e6f2fa946
  1. 2
      .android_config
  2. 1
      .bash_profile

2
.android_config

@ -0,0 +1,2 @@
export ANDROID_SDK_ROOT="~/android/sdk"
export PATH="~/android/tools/bin:$PATH"

1
.bash_profile

@ -1 +1,2 @@
. ~/.profile
. ~/.android_config