Files
device_lenovo_zippo/extract-files.sh
Lucchetto cb11cd01e8 zippo: Use sm8150-common tree
Change-Id: Ifb954878a4bdaeb738752cab77cc9f965e8bc064
2021-04-02 11:28:27 -06:00

21 lines
468 B
Bash
Executable File

#!/bin/bash
#
# Copyright (C) 2016 The CyanogenMod Project
# Copyright (C) 2017-2021 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=zippo
export DEVICE_COMMON=sm8150-common
export VENDOR=lenovo
"./../../${VENDOR}/${DEVICE_COMMON}/extract-files.sh" "$@"