diff options
| author | Jules Aguillon | 2022-02-05 20:22:40 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2022-02-05 20:22:40 +0100 |
| commit | e86173b8953ab873cf0ff4126824800d6cb19811 (patch) | |
| tree | 92e8b26397c0b1040e5e811cd6f8eadea1e4cfe2 /shell.nix | |
| parent | be0f4a1fc97265ac5a647729affb04efb420e1f6 (diff) | |
| download | unexpected-keyboard-e86173b8953ab873cf0ff4126824800d6cb19811.tar.gz unexpected-keyboard-e86173b8953ab873cf0ff4126824800d6cb19811.zip | |
Use apksigner from the build tools for release builds too
Diffstat (limited to 'shell.nix')
| -rw-r--r-- | shell.nix | 10 |
1 files changed, 3 insertions, 7 deletions
@@ -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"; } |
