The android GUI does not work if Oracle's JDK is installed. This patch forces it to use OpenJDK

This commit is contained in:
Sander van der Burg
2013-08-08 10:40:09 +02:00
parent bccba58c32
commit 0e91a58bbe
2 changed files with 3 additions and 2 deletions
@@ -36,7 +36,7 @@ rec {
androidsdk = import ./androidsdk.nix {
inherit (pkgs) stdenv fetchurl unzip makeWrapper;
inherit (pkgs) freetype fontconfig glib gtk atk mesa file alsaLib;
inherit (pkgs) freetype fontconfig glib gtk atk mesa file alsaLib jdk;
inherit (pkgs.xorg) libX11 libXext libXrender libxcb libXau libXdmcp libXtst;
inherit platformTools buildTools support platforms sysimages addons;