Merge pull request #175119 from alapshin/android-studio-cli
Android Studio: allow to pass shell arguments
This commit is contained in:
commit
b4093a24a8
@ -196,7 +196,7 @@ in runCommand
|
||||
{
|
||||
startScript = ''
|
||||
#!${bash}/bin/bash
|
||||
${fhsEnv}/bin/${drvName}-fhs-env ${androidStudio}/bin/studio.sh
|
||||
${fhsEnv}/bin/${drvName}-fhs-env ${androidStudio}/bin/studio.sh "$@"
|
||||
'';
|
||||
preferLocalBuild = true;
|
||||
allowSubstitutes = false;
|
||||
|
Loading…
Reference in New Issue
Block a user