From 9e6f2fa9463acb7b9f97d0cd8a18521b33b7e9aa Mon Sep 17 00:00:00 2001 From: Raphael Roberts Date: Tue, 20 Aug 2019 03:12:02 -0500 Subject: [PATCH] Added android configuration --- .android_config | 2 ++ .bash_profile | 1 + 2 files changed, 3 insertions(+) create mode 100644 .android_config 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