From 622f3ad173f17edcf81d2a899e509684fa752abe Mon Sep 17 00:00:00 2001 From: Gioacchino Mazzurco Date: Mon, 17 Jan 2022 17:24:58 +0100 Subject: [PATCH] Fix Android toolchain preparation script path Path changed after repository modularization --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 69eeb1d02..e5d0dd130 100644 --- a/build.gradle +++ b/build.gradle @@ -64,7 +64,7 @@ ext.buildLibretroshareNativeLib = def currToolchainPath = "$toolchainsWorkdir/$pApiLevel-$toolchainArch/" // Todo: use proper way to resolve the script path - def toolChainScriptPath = "${projectDir}/../build_scripts/Android/prepare-toolchain-clang.sh" + def toolChainScriptPath = "${projectDir}/misc/Android/prepare-toolchain-clang.sh" if(!pReuseToolchain || !file(currToolchainPath).exists()) {