mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
Pass the build directory to gradle via an environment variable, to support custom profiles. Building the custom profiles already works, but follow-up commands expect the artifact at the location of the profile. This allows switching the android release build to production (in a follow-up PR). Testing: We don't run any runtime tests for android in CI --------- Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>