Merge pull request #48848 from nicknovitski/android-sdk-26-licenses

Update android sdk, add license config option and selectable build tools
This commit is contained in:
Jörg Thalheim
2018-10-30 21:06:52 +00:00
committed by GitHub
19 changed files with 1984 additions and 431 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
mkdir -p "$out/bin"
makeWrapper "${jre}/bin/java" "$out/bin/apktool" \
--add-flags "-jar $out/libexec/apktool/apktool.jar" \
--prefix PATH : "${buildTools}/build-tools/25.0.1/"
--prefix PATH : "${buildTools.v25_0_1}/build-tools/25.0.1/"
'';
meta = with stdenv.lib; {