Skip to content

Commit d64db42

Browse files
committed
build: enable the Android SDKs to be built and packaged
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.
1 parent eb6933b commit d64db42

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,armv7,i686,x86_64 ^
7879
%SkipPackagingArg% ^
7980
%TestArg% ^
8081
-Stage %PackageRoot% ^

0 commit comments

Comments
 (0)