aboutsummaryrefslogtreecommitdiff
path: root/setup-makefiles.sh
blob: 415869f51ae7f54a1db66d8165f8c82f93f4350a (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 DEVICE_PLATFORM="msm8974-common"
export DEVICE_PLATFORM_BARRIER="castor castor_windy sirius z3 z3c z3dual"

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