2022-02-16 15:07:36 -05:00
|
|
|
#!/bin/bash
|
|
|
|
#
|
|
|
|
# Copyright (C) 2016 The CyanogenMod Project
|
2022-08-03 23:26:21 -04:00
|
|
|
# Copyright (C) 2017-2022 The LineageOS Project
|
2022-02-16 15:07:36 -05:00
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
|
|
|
|
|
|
|
set -e
|
|
|
|
|
2022-08-03 23:26:21 -04:00
|
|
|
export DEVICE=dubai
|
2022-03-26 12:01:30 -04:00
|
|
|
export DEVICE_COMMON=sm7325-common
|
2022-02-16 15:07:36 -05:00
|
|
|
export VENDOR=motorola
|
|
|
|
|
|
|
|
"./../../${VENDOR}/${DEVICE_COMMON}/setup-makefiles.sh" "$@"
|