mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_polaris
synced 2026-01-27 18:40:05 +00:00
18 lines
298 B
Bash
Executable File
18 lines
298 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
# Copyright (C) 2018-2019 The LineageOS Project
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
set -e
|
|
|
|
# Required!
|
|
export DEVICE=polaris
|
|
export DEVICE_COMMON=sdm845-common
|
|
export VENDOR=xiaomi
|
|
|
|
export DEVICE_BRINGUP_YEAR=2018
|
|
|
|
"./../../${VENDOR}/${DEVICE_COMMON}/setup-makefiles.sh" "$@"
|