aboutsummaryrefslogblamecommitdiff
path: root/setup-makefiles.sh
blob: 488689c12505e3817d20390e15a0b00026a3dfaa (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                            
#!/bin/bash
#
# Copyright (C) 2016 The CyanogenMod Project
# Copyright (C) 2017-2020 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#

set -e

export DEVICE=veux
export DEVICE_COMMON=sm6375-common
export VENDOR=xiaomi

"./../../${VENDOR}/${DEVICE_COMMON}/setup-makefiles.sh" "$@"