73224d11cd
Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
15 lines
No EOL
298 B
Bash
15 lines
No EOL
298 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=gts3llte
|
|
export DEVICE_COMMON=gts3l-common
|
|
export VENDOR=samsung
|
|
|
|
"./../../${VENDOR}/${DEVICE_COMMON}/setup-makefiles.sh" "$@" |