Files
device_samsung_a71/extract-files.sh
Haky86 ddfb7d08b4 a71: Initial commit
Change-Id: Icea581844f6e1c5652ab3a984ccccda4b7103517
2024-07-30 11:58:03 +02:00

21 lines
415 B
Bash
Executable File

#!/bin/bash
#
# Copyright (C) 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=a71
export DEVICE_COMMON=a71-common
export VENDOR=samsung
"./../../${VENDOR}/${DEVICE_COMMON}/extract-files.sh" "$@"