This repository has been archived on 2025-09-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
device_motorola_sanders/setup-makefiles.sh
Michael Bestas f99a407d29 sanders: Switch to standalone extract utils
* Align with templates while we are at it
2021-03-21 09:39:06 -03:00

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=sanders
export DEVICE_COMMON=msm8953-common
export VENDOR=motorola
"./../../${VENDOR}/${DEVICE_COMMON}/setup-makefiles.sh" "$@"