From 82364bae1690d0f4421afa0116441d99ce35b92a Mon Sep 17 00:00:00 2001 From: Mike Klein Date: Mon, 24 Oct 2016 16:49:15 -0400 Subject: Build for Android from Windows, work in progress. Pretty vanilla stuff here, mostly just making the gcc-like toolchain Windows friendly. I was having trouble getting rm -r {{output}} && $ar rcs {{output}} @$rspfile to work without deleting my ar.exe, so I chickened out the usual way by adding gn/ar.py. I've also updated bin/droid to work with Git Bash on Windows. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=3751 Change-Id: I04c34ccc91e6a291c11ac4e7a7a0ffe41d879fe6 Reviewed-on: https://skia-review.googlesource.com/3751 Reviewed-by: Brian Osman Commit-Queue: Mike Klein --- gn/BUILDCONFIG.gn | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gn/BUILDCONFIG.gn') diff --git a/gn/BUILDCONFIG.gn b/gn/BUILDCONFIG.gn index d997ec513c..12df69d3a2 100644 --- a/gn/BUILDCONFIG.gn +++ b/gn/BUILDCONFIG.gn @@ -59,6 +59,8 @@ if (is_android) { ndk_host = "linux-x86_64" } else if (host_os == "mac") { ndk_host = "darwin-x86_64" + } else if (host_os == "win") { + ndk_host = "windows-x86_64" } if (target_cpu == "arm64") { -- cgit v1.2.3