Skip to content
Snippets Groups Projects
Unverified Commit 236c24c7 authored by Amin Bandali's avatar Amin Bandali
Browse files

fdroid: escape $ANDROID_HOME so we don't expand it

Change-Id: I0ac6d4719d68dc7be307d1d8a9773f6ab53ed6ae
parent 7146ebb1
Branches
Tags
No related merge requests found
......@@ -74,7 +74,7 @@ echo " - versionName: ${versionName}
- lrc
- packaging
- scripts
prebuild: $ANDROID_HOME/tools/bin/sdkmanager 'platforms;android-30' 'build-tools;30.0.2'
prebuild: \$ANDROID_HOME/tools/bin/sdkmanager 'platforms;android-30' 'build-tools;30.0.2'
build:
- cd ../..
- export ANDROID_NDK_ROOT=\"\$ANDROID_NDK\"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment