summaryrefslogtreecommitdiff
path: root/setup-makefiles.sh
blob: ca60e4c1362b552e307ce3b3f2207f4ec3c41c8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash
#
# Copyright (C) 2016 The CyanogenMod Project
# Copyright (C) 2017-2020 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#

set -e

export BOARD_COMMON=msm8974-common
export DEVICE_COMMON_GUARDS="m8 m8d"

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