xref: /aosp_15_r20/external/protobuf/kokoro/linux/java_aarch64/build.sh (revision 1b3f573f81763fcece89efc2b6a5209149e44ab8)
1#!/bin/bash
2#
3# This is the top-level script we give to Kokoro as the entry point for
4# running the "continuous" and "presubmit" jobs.
5
6set -ex
7
8# Change to repo root
9cd $(dirname $0)/../../..
10
11# Initialize any submodules.
12git submodule update --init --recursive
13
14kokoro/linux/aarch64/qemu_helpers/prepare_qemu.sh
15
16kokoro/linux/aarch64/test_java_aarch64.sh
17