Files
device_lenovo_zippo/setup-makefiles.sh

15 lines
295 B
Bash
Raw Permalink Normal View History

2019-08-25 13:27:38 +05:30
#!/bin/bash
#
# Copyright (C) 2016 The CyanogenMod Project
# Copyright (C) 2017-2021 The LineageOS Project
2019-08-25 13:27:38 +05:30
#
# SPDX-License-Identifier: Apache-2.0
2019-08-25 13:27:38 +05:30
#
set -e
export DEVICE=zippo
export DEVICE_COMMON=sm8150-common
export VENDOR=lenovo
2019-08-25 13:27:38 +05:30
"./../../${VENDOR}/${DEVICE_COMMON}/setup-makefiles.sh" "$@"