summary refs log tree commit diff
path: root/nixos/doc/manual/release-notes/rl-2103.xml
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2021-01-10 15:09:36 +0000
committerGitHub <noreply@github.com>2021-01-10 15:09:36 +0000
commit51894963cbdc41f0cd8f571b7bcf79437d940355 (patch)
tree1db522e1af0f8d171aae79e4cccef795b6f196a8 /nixos/doc/manual/release-notes/rl-2103.xml
parent9f8b7cb4a8948afe0701e5d717a4ee9cbf38163c (diff)
parent5b91d4ab65748285ffad3e309bba2e7475c7d3db (diff)
downloadnixpkgs-51894963cbdc41f0cd8f571b7bcf79437d940355.tar
nixpkgs-51894963cbdc41f0cd8f571b7bcf79437d940355.tar.gz
nixpkgs-51894963cbdc41f0cd8f571b7bcf79437d940355.tar.bz2
nixpkgs-51894963cbdc41f0cd8f571b7bcf79437d940355.tar.lz
nixpkgs-51894963cbdc41f0cd8f571b7bcf79437d940355.tar.xz
nixpkgs-51894963cbdc41f0cd8f571b7bcf79437d940355.tar.zst
nixpkgs-51894963cbdc41f0cd8f571b7bcf79437d940355.zip
Merge pull request #89775 from numinit/update-androidenv
Diffstat (limited to 'nixos/doc/manual/release-notes/rl-2103.xml')
-rw-r--r--nixos/doc/manual/release-notes/rl-2103.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2103.xml b/nixos/doc/manual/release-notes/rl-2103.xml
index e0857e7731e..6d1a581114b 100644
--- a/nixos/doc/manual/release-notes/rl-2103.xml
+++ b/nixos/doc/manual/release-notes/rl-2103.xml
@@ -362,6 +362,22 @@ http://some.json-exporter.host:7979/probe?target=https://example.com/some/json/e
        official documentation</link> of the json_exporter.
      </para>
    </listitem>
+   <listitem>
+     <para>
+       Androidenv was updated, removing the <literal>includeDocs</literal> and <literal>lldbVersions</literal>
+       arguments. Docs only covered a single version of the Android SDK, LLDB is now bundled with the NDK,
+       and both are no longer available to download from the Android package repositories. Additionally, since
+       the package lists have been updated, some older versions of Android packages may not be bundled. If you
+       depend on older versions of Android packages, we recommend overriding the repo.
+     </para>
+     <para>
+       Android packages are now loaded from a repo.json file created by parsing Android repo XML files. The arguments
+       <literal>repoJson</literal> and <literal>repoXmls</literal> have been added to allow overriding the built-in
+       androidenv repo.json with your own. Additionally, license files are now written to allow compatibility
+       with Gradle-based tools, and the <literal>extraLicenses</literal> argument has been added to accept more
+       SDK licenses if your project requires it. See the androidenv documentation for more details.
+     </para>
+   </listitem>
   </itemizedlist>
  </section>