From 41b740eac3d4271eade67438cafa3ccaea9b98e9 Mon Sep 17 00:00:00 2001 From: "Jovany Leandro G.C" Date: Thu, 20 Dec 2018 02:09:53 -0500 Subject: [PATCH] fix wrong conditional for build custom_rules.tmpl.xml --- pythonforandroid/bootstraps/common/build/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pythonforandroid/bootstraps/common/build/build.py b/pythonforandroid/bootstraps/common/build/build.py index ffbcd58a10..b121b20def 100644 --- a/pythonforandroid/bootstraps/common/build/build.py +++ b/pythonforandroid/bootstraps/common/build/build.py @@ -483,7 +483,7 @@ def make_package(args): join(res_dir, 'values/strings.xml'), **render_args) - if exists("custom_rules.tmpl.xml"): + if exists(join("templates", "custom_rules.tmpl.xml")): render( 'custom_rules.tmpl.xml', 'custom_rules.xml',