android_device_samsung_a52q/setup-makefiles.sh
Simon1511 d9b0fbf5f9 a52q: call correct script in setup-makefiles.sh
Change-Id: I228a216e691e6170dda6f10a03ff40adbf75f9d3
2024-03-23 11:15:12 +01:00

22 lines
471 B
Bash
Executable File

#!/bin/bash
#
# Copyright (C) 2016 The CyanogenMod Project
# Copyright (C) 2017-2023 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=a52q
export DEVICE_COMMON=sm7125-common
export VENDOR=samsung
"./../../${VENDOR}/${DEVICE_COMMON}/setup-makefiles.sh" "$@"