From e86173b8953ab873cf0ff4126824800d6cb19811 Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Sat, 5 Feb 2022 20:22:40 +0100 Subject: Use apksigner from the build tools for release builds too --- shell.nix | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index 643f47f..76ee98e 100644 --- a/shell.nix +++ b/shell.nix @@ -12,12 +12,8 @@ let abiVersions = [ "armeabi-v7a" ]; }; - apksigner = pkgs.apksigner.override { - inherit (jdk) jre; - inherit (android) build-tools; - }; - -in pkgs.mkShell { - buildInputs = [ pkgs.findutils jdk android.androidsdk apksigner ]; +in +pkgs.mkShell { + buildInputs = [ pkgs.findutils jdk android.androidsdk ]; ANDROID_HOME = "${android.androidsdk}/libexec/android-sdk"; } -- cgit v1.2.3