Merge pull request #50596 from svanderburg/mobile-updates

Mobile updates
This commit is contained in:
Sander van der Burg
2018-12-24 15:52:33 +01:00
committed by GitHub
91 changed files with 6464 additions and 9984 deletions

View File

@@ -29,7 +29,7 @@ rustPlatform.buildRustPackage rec {
patches = [
(substituteAll {
src = ./paths.patch;
adb = "${androidenv.platformTools}/bin/adb";
adb = "${androidenv.androidPkgs_9_0.platform-tools}/bin/adb";
inherit apk;
})
];