release: tag.sh: Exclude wahoo-kernel

* Only needed for 11, all others are on 12
* No kernel_manifest here

Change-Id: I32c5aaf100f99ba6a889218f0f93918e4c08ecbd
This commit is contained in:
Chirayu Desai 2022-01-19 01:40:03 +05:30 committed by Chirayu Desai
parent 3706b6f26c
commit 30bb8e4297
1 changed files with 1 additions and 5 deletions

View File

@ -24,11 +24,7 @@ trap 'error_m interrupted!' SIGINT
readonly script_path="$(cd "$(dirname "$0")";pwd -P)"
readonly top="${script_path}/../../../"
if [[ -e "${top}/build_kernel.sh" ]]; then
readonly excluded_repos='CalyxOS/kernel_manifest'
else
readonly excluded_repos='CalyxOS/platform_manifest'
fi
readonly excluded_repos='CalyxOS/device_google_wahoo-kernel|CalyxOS/platform_manifest'
## HELP MESSAGE (USAGE INFO)
# TODO