summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorJohn Ericson <git@JohnEricson.me>2020-08-20 00:26:53 -0400
committerGitHub <noreply@github.com>2020-08-20 00:26:53 -0400
commit31dae7d627a9308a2d1737df1a68d57a4105a805 (patch)
treea01fba86cf4bcf4db7b204c0b26135f3f1d4d488 /doc
parent86b9cafcfc11cfe490c2f82956d730b389e76d69 (diff)
parenta1704db04e9dff14be2029c50d67a8495cfedc42 (diff)
downloadnixpkgs-31dae7d627a9308a2d1737df1a68d57a4105a805.tar
nixpkgs-31dae7d627a9308a2d1737df1a68d57a4105a805.tar.gz
nixpkgs-31dae7d627a9308a2d1737df1a68d57a4105a805.tar.bz2
nixpkgs-31dae7d627a9308a2d1737df1a68d57a4105a805.tar.lz
nixpkgs-31dae7d627a9308a2d1737df1a68d57a4105a805.tar.xz
nixpkgs-31dae7d627a9308a2d1737df1a68d57a4105a805.tar.zst
nixpkgs-31dae7d627a9308a2d1737df1a68d57a4105a805.zip
Merge pull request #84047 from aaronjanse/document-android-emulator-variable
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 1a8924082bf..f4f6c086a80 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: