From: Michael Bestas Date: Tue, 27 Aug 2024 19:51:30 +0000 (+0300) Subject: deadpool: Sync extract scripts with templates X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=5b285142951e015372af3090951fce8ad43efa4a;p=GitHub%2FLineageOS%2FG12%2Fandroid_device_askey_deadpool.git deadpool: Sync extract scripts with templates Change-Id: I98a36854c5a0c0390592911bb2558b34eff77efc --- diff --git a/extract-files.sh b/extract-files.sh index 97f8603..59ff7db 100755 --- a/extract-files.sh +++ b/extract-files.sh @@ -1,7 +1,7 @@ #!/bin/bash # -# Copyright (C) 2016 The CyanogenMod Project -# Copyright (C) 2017-2020 The LineageOS Project +# SPDX-FileCopyrightText: 2016 The CyanogenMod Project +# SPDX-FileCopyrightText: 2017-2024 The LineageOS Project # # SPDX-License-Identifier: Apache-2.0 # diff --git a/setup-makefiles.sh b/setup-makefiles.sh index 0318322..2e4fc17 100755 --- a/setup-makefiles.sh +++ b/setup-makefiles.sh @@ -1,11 +1,17 @@ #!/bin/bash # -# Copyright (C) 2016 The CyanogenMod Project -# Copyright (C) 2017-2020 The LineageOS Project +# SPDX-FileCopyrightText: 2016 The CyanogenMod Project +# SPDX-FileCopyrightText: 2017-2024 The LineageOS Project # # SPDX-License-Identifier: Apache-2.0 # +# If we're being sourced by the common script that we called, +# stop right here. No need to go down the rabbit hole. +if [ "${BASH_SOURCE[0]}" != "${0}" ]; then + return +fi + set -e export DEVICE=deadpool