summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorAaron Janse <aaron@ajanse.me>2020-04-01 16:18:29 -0700
committerAaron Janse <aaron@ajanse.me>2020-04-01 16:18:29 -0700
commita1704db04e9dff14be2029c50d67a8495cfedc42 (patch)
treef6f7002586c0738d7fe0b7a72b87f1e0bc582a7b /doc
parente22eb2d7b5078f78655e478dcee3a8298821edf3 (diff)
downloadnixpkgs-a1704db04e9dff14be2029c50d67a8495cfedc42.tar
nixpkgs-a1704db04e9dff14be2029c50d67a8495cfedc42.tar.gz
nixpkgs-a1704db04e9dff14be2029c50d67a8495cfedc42.tar.bz2
nixpkgs-a1704db04e9dff14be2029c50d67a8495cfedc42.tar.lz
nixpkgs-a1704db04e9dff14be2029c50d67a8495cfedc42.tar.xz
nixpkgs-a1704db04e9dff14be2029c50d67a8495cfedc42.tar.zst
nixpkgs-a1704db04e9dff14be2029c50d67a8495cfedc42.zip
emulateApp: document $NIX_ANDROID_EMULATOR_FLAGS
Diffstat (limited to 'doc')
-rw-r--r--doc/languages-frameworks/android.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/languages-frameworks/android.section.md b/doc/languages-frameworks/android.section.md
index d76b590ede3..23547085b38 100644
--- a/doc/languages-frameworks/android.section.md
+++ b/doc/languages-frameworks/android.section.md
@@ -191,6 +191,8 @@ androidenv.emulateApp {
 }
 ```
 
+Additional flags may be applied to the Android SDK's emulator through the runtime environment variable `$NIX_ANDROID_EMULATOR_FLAGS`.
+
 It is also possible to specify an APK to deploy inside the emulator
 and the package and activity names to launch it: