#!/bin/bash # SPDX-License-Identifier: GPL-2.0 BUILD_AOSP_KERNEL=0 \ BUILD_STAGING_KERNEL=1 \ GKI_KERNEL_DIR=aosp-staging \ GKI_KERNEL_REMOTE=partner-common \ GKI_KERNEL_BRANCH=android13-5.10-pixel-staging-tm-qpr2 \ BUILD_SCRIPT="./build_bluejay.sh" \ DEVICE_KERNEL_BUILD_CONFIG=private/devices/google/bluejay/build.config.bluejay \ private/gs-google/update_symbol_list.sh "$@"