Files
device_realme_RMX2061/extract-files.sh
2021-07-04 15:58:57 +00:00

24 lines
466 B
Bash
Executable File

#!/bin/bash
#
# Copyright (C) 2020 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
# Required!
export DEVICE=RMX2170
export DEVICE_COMMON=sm7125-common
export VENDOR=realme
export DEVICE_BRINGUP_YEAR=2020
"./../../${VENDOR}/${DEVICE_COMMON}/extract-files.sh" "$@"