mirror of
https://github.com/pjgowtham/android_device_realme_ferrarri.git
synced 2025-07-01 23:35:40 +00:00
16 lines
301 B
Bash
Executable File
16 lines
301 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=lemonadep
|
|
export DEVICE_COMMON=sm8350-common
|
|
export VENDOR=oneplus
|
|
|
|
"./../../${VENDOR}/${DEVICE_COMMON}/setup-makefiles.sh" "$@"
|