Package: Move Android packaging to target dir

Fixes #13800
This commit is contained in:
UK992 2016-12-28 18:27:55 +01:00
parent 01c7ac785b
commit 736559887b
2 changed files with 13 additions and 7 deletions

View file

@ -47,7 +47,7 @@ fn main() {
let debug = passthrough.contains(&"-d".to_string());
// Set the build directory that will contain all the necessary files to create the apk
let directory = args.root_path.join("support").join("android").join("apk");
let directory = args.target_path.join("apk");
let resdir = args.root_path.join("resources/");
// executing ndk-build