generate_CODEOWNERS.sh: more dummy functions

This commit is contained in:
hzy 2025-02-23 22:30:18 +08:00 committed by Igor
parent 830d9c465b
commit 89c3c5b83d

View File

@ -3,12 +3,9 @@
SRC="$(realpath "${BASH_SOURCE%/*}/../")"
# Dummy function for successful source
function display_alert() {
:
}
function enable_extension() {
:
}
function display_alert() { :; }
function enable_extension() { :; }
function add_packages_to_image() { :; }
# $1: board config
function generate_for_board() {