android_device_xiaomi_monet/setup-makefiles.sh
SebaUbuntu 6d327c6d3d Monet: Inherit from common tree
Signed-off-by: xSylla <syllamodder@gmail.com>
2021-06-15 11:37:47 +02:00

16 lines
296 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=monet
export DEVICE_COMMON=sm7250-common
export VENDOR=xiaomi
"./../../${VENDOR}/${DEVICE_COMMON}/setup-makefiles.sh" "$@"