mirror of
https://github.com/Evolution-X-Devices/device_samsung_beyond1lte
synced 2026-01-27 10:02:12 +00:00
16 lines
306 B
Bash
16 lines
306 B
Bash
|
|
#!/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=beyond1lte
|
||
|
|
export DEVICE_COMMON=exynos9820-common
|
||
|
|
export VENDOR=samsung
|
||
|
|
|
||
|
|
"./../../${VENDOR}/${DEVICE_COMMON}/setup-makefiles.sh" "$@"
|