Skip to content

Commit bd96393

Browse files
androidenv.emulateApp: add meta.mainProgram (#375483)
2 parents ef773b2 + bca5812 commit bd96393

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkgs/development/mobile/androidenv/emulate-app.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,4 +194,6 @@ stdenv.mkDerivation {
194194
EOF
195195
chmod +x $out/bin/run-test-emulator
196196
'';
197+
198+
meta.mainProgram = "run-test-emulator";
197199
}

0 commit comments

Comments
 (0)