aboutsummaryrefslogtreecommitdiff
path: root/extract-files.sh
blob: 52076fd6b2542fb1b47ef9ad9733f7d656ae4b21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/bash
#
# Copyright (C) 2016 The CyanogenMod Project
# Copyright (C) 2017-2020 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#

set -e

# Required!
export DEVICE=lux
export DEVICE_COMMON=msm8916-common
export VENDOR=motorola

"./../../${VENDOR}/${DEVICE_COMMON}/extract-files.sh" "$@"