Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3510002
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
821 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/scripts/source_development_defaults.sh b/scripts/source_development_defaults.sh
index 3860cdfe4..6a9d4fd25 100644
--- a/scripts/source_development_defaults.sh
+++ b/scripts/source_development_defaults.sh
@@ -1,12 +1,15 @@
#!/usr/bin/env bash
if [[ "$OSTYPE" == 'linux'* ]]; then
export MYSQL_UNIX_PORT=${XDG_RUNTIME_DIR:-/run/user/$UID}/mysql.sock
export ANDROID_SDK_ROOT=${ANDROID_SDK_ROOT:-$HOME/Android/Sdk}
fi
if [[ "$OSTYPE" == 'darwin'* ]]; then
MARIADB_DIR=${XDG_DATA_HOME:-$HOME/.local/share}/MariaDB
export MYSQL_UNIX_PORT="$MARIADB_DIR"/mysql.sock
export ANDROID_SDK_ROOT=${ANDROID_SDK_ROOT:-$HOME/Library/Android/sdk}
fi
+
+export PATH=$PATH:$ANDROID_SDK_ROOT/emulator:$ANDROID_SDK_ROOT/tools
+export PATH=$PATH:$ANDROID_SDK_ROOT/tools/bin:$ANDROID_SDK_ROOT/platform-tools
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Mon, Dec 23, 10:14 AM (17 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2690765
Default Alt Text
(821 B)
Attached To
Mode
rCOMM Comm
Attached
Detach File
Event Timeline
Log In to Comment