15 lines
247 B
Bash
Executable File
15 lines
247 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
# Copyright (C) 2021 The LineageOS Project
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
set -e
|
|
|
|
export DEVICE=alioth
|
|
export DEVICE_COMMON=sm8250-common
|
|
export VENDOR=xiaomi
|
|
|
|
"./../../${VENDOR}/${DEVICE_COMMON}/setup-makefiles.sh" "$@"
|