radxa0: Align extractors with templates
[GitHub/LineageOS/G12/android_device_radxa_radxa0.git] / setup-makefiles.sh
CommitLineData
1e404a46
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=radxa0
12export DEVICE_COMMON=g12-common
63b2b776 13export VENDOR=radxa
1e404a46 14export VENDOR_COMMON=amlogic
1e404a46
NJ
15
16"./../../${VENDOR_COMMON}/${DEVICE_COMMON}/setup-makefiles.sh" "$@"