summaryrefslogtreecommitdiff
path: root/templates/multi-device/device/setup-makefiles.sh
blob: c534c6494b434e64bae5a3eb45952a9061f22c07 (plain)
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=**** FILL IN DEVICE NAME ****
export DEVICE_COMMON=**** FILL IN COMMON NAME ****
export VENDOR=**** FILL IN VENDOR NAME ****

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