m5: Disable the GMS SetupWraith pairing wizard
[GitHub/LineageOS/G12/android_device_bananapi_m5.git] / setup-makefiles.sh
CommitLineData
b0ee4382
NJ
1#!/bin/bash
2#
3# Copyright (C) 2016 The CyanogenMod Project
4# Copyright (C) 2017-2021 The LineageOS Project
5#
6# SPDX-License-Identifier: Apache-2.0
7#
8
9set -e
10
11export DEVICE=m5
12export DEVICE_COMMON=g12-common
74c70846 13export VENDOR=bananapi
b0ee4382 14export VENDOR_COMMON=amlogic
b0ee4382
NJ
15
16"./../../${VENDOR_COMMON}/${DEVICE_COMMON}/setup-makefiles.sh" "$@"