Skip to content

Commit a9c4388

Browse files
committed
utils: enable android builds on Windows
Build and package the Android SDKs on Windows as part of the toolchain distribution. This requires further fine tuning to improve the DevEx, however, this ensures that we do not backslide on the ability to build and package the SDK as a starting point. Currently, we build for Android ARM64 only, but are likely to switch to X64 to get test coverage.
1 parent ef1a1d1 commit a9c4388

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/build-windows-toolchain.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ powershell.exe -ExecutionPolicy RemoteSigned -File %~dp0build.ps1 ^
7575
-SourceCache %SourceRoot% ^
7676
-BinaryCache %BuildRoot% ^
7777
-ImageRoot %BuildRoot% ^
78+
-AndroidSDKs aarch64 ^
7879
%SkipPackagingArg% ^
7980
%TestArg% ^
8081
-Stage %PackageRoot% ^

0 commit comments

Comments
 (0)