Files
device_motorola_payton/setup-makefiles.sh
Georg Veichtlbauer e07a916702 payton: Switch common repo to msm8998-common
Change-Id: I6d6a8bb1cd9ed272513c54aa10ecc39c9b5dc158
2023-04-27 20:53:28 +02:00

16 lines
300 B
Bash
Executable File

#!/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=payton
export DEVICE_COMMON=msm8998-common
export VENDOR=motorola
"./../../${VENDOR}/${DEVICE_COMMON}/setup-makefiles.sh" "$@"