Merge pull request #175119 from alapshin/android-studio-cli

Android Studio: allow to pass shell arguments
This commit is contained in:
Guillaume Girol 2022-07-15 17:27:18 +00:00 committed by GitHub
commit b4093a24a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -196,7 +196,7 @@ in runCommand
{ {
startScript = '' startScript = ''
#!${bash}/bin/bash #!${bash}/bin/bash
${fhsEnv}/bin/${drvName}-fhs-env ${androidStudio}/bin/studio.sh ${fhsEnv}/bin/${drvName}-fhs-env ${androidStudio}/bin/studio.sh "$@"
''; '';
preferLocalBuild = true; preferLocalBuild = true;
allowSubstitutes = false; allowSubstitutes = false;