blob: 185a63454bde7a8abfc03165d028daab0b2d60ee [file] [log] [blame]
Robin Peng8ae5cf02022-11-16 07:19:19 +00001#!/bin/bash
2# SPDX-License-Identifier: GPL-2.0
3BUILD_AOSP_KERNEL=0 \
4BUILD_STAGING_KERNEL=1 \
5GKI_KERNEL_DIR=aosp-staging \
6GKI_KERNEL_REMOTE=partner-common \
Robin Peng876ee452023-06-05 09:59:41 +00007GKI_KERNEL_BRANCH=`repo info aosp-staging | grep "Manifest revision" | sed 's/Manifest revision: //g'` \
Robin Peng8ae5cf02022-11-16 07:19:19 +00008BUILD_SCRIPT="./build_bluejay.sh" \
9DEVICE_KERNEL_BUILD_CONFIG=private/devices/google/bluejay/build.config.bluejay \
10private/gs-google/update_symbol_list.sh "$@"