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