added sdk.dir to gradle.properties
This commit is contained in:
7
dist/init_rc.sh
vendored
7
dist/init_rc.sh
vendored
@@ -24,9 +24,6 @@ fi
|
|||||||
|
|
||||||
echo "Using shell rc file: $SHELL_RC"
|
echo "Using shell rc file: $SHELL_RC"
|
||||||
|
|
||||||
# Check if content already exists in the shell rc file and if not, append it
|
cat dist/.baserc >> "$SHELL_RC"
|
||||||
|
|
||||||
cat /home/"$BUILD_USER"/"$SHELL_RC" | if ! grep -q "ANDROID_HOME" ; then
|
source "$SHELL_RC"
|
||||||
cat dist/.baserc >> /home/"$BUILD_USER"/"$SHELL_RC" fi
|
|
||||||
|
|
||||||
source /home/"$BUILD_USER"/"$SHELL_RC"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user