mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
parent
01c7ac785b
commit
736559887b
2 changed files with 13 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue