Files
device_xiaomi_polaris/extract-files.sh
Vladimir Oltean 83cd51694c polaris: Update for latest common extractors
Change-Id: I4a8f81b2eb05dafc2b022daddb210eb3100e36f0
2019-05-18 14:44:27 +01:00

24 lines
471 B
Bash
Executable File

#!/bin/bash
#
# Copyright (C) 2018-2019 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=polaris
export DEVICE_COMMON=sdm845-common
export VENDOR=xiaomi
export DEVICE_BRINGUP_YEAR=2018
"./../../${VENDOR}/${DEVICE_COMMON}/extract-files.sh" "$@"