diff --git a/.android_config b/.android_config new file mode 100644 index 0000000..0c87bc9 --- /dev/null +++ b/.android_config @@ -0,0 +1,2 @@ +export ANDROID_SDK_ROOT="~/android/sdk" +export PATH="~/android/tools/bin:$PATH" diff --git a/.bash_profile b/.bash_profile index a2c42ef..a4a9df1 100644 --- a/.bash_profile +++ b/.bash_profile @@ -1 +1,2 @@ . ~/.profile +. ~/.android_config