blob: 3f9d518f8f3c7a437423f74d18869f30ff74b23e [file] [log] [blame]
David Saff61619e22022-03-03 21:00:32 +00001#!/bin/bash
2set -e
David Saff61619e22022-03-03 21:00:32 +00003cd "$(dirname $0)"
4
Fred Sladkey7aea5532023-01-03 11:22:29 -05005# Builds all projects that support KMP except for Compose-specific projects which are already
6# covered by androidx_compose_multiplatform.sh
7
8# Must be run on Linux
9
Yigit Boyar6ed95102022-06-02 10:19:01 -070010# build just KMP projects. This will also enable native targets.
11export ANDROIDX_PROJECTS=KMP
David Saff61619e22022-03-03 21:00:32 +000012
Yigit Boyar6ed95102022-06-02 10:19:01 -070013# disable cache, NS does not allow it yet: b/235227707
14export USE_ANDROIDX_REMOTE_BUILD_CACHE=false
David Saff61619e22022-03-03 21:00:32 +000015
Yigit Boyar6ed95102022-06-02 10:19:01 -070016# run build in a sandbox
Fred Sladkeyecd8ce92022-10-10 15:46:05 +000017../development/sandbox/run-without-network.sh impl/build.sh buildOnServer allTests --no-configuration-cache --no-daemon -Pandroidx.displayTestOutput=false