dopinder: Decommonize liboemcrypto.so
[GitHub/LineageOS/G12/android_device_askey_dopinder.git] / setup-makefiles.sh
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
9 set -e
10
11 export DEVICE=dopinder
12 export DEVICE_COMMON=g12-common
13 export VENDOR_COMMON=amlogic
14 export VENDOR_DEVICE=askey
15
16 "./../../${VENDOR_COMMON}/${DEVICE_COMMON}/setup-makefiles.sh" "$@"