Merge pull request #50596 from svanderburg/mobile-updates
Mobile updates
This commit is contained in:
@@ -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;
|
||||
})
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user