device_google_oriole/extract-files.sh
Michael Bestas 4fc1b8acd2
Add extract-files.sh helper script
Change-Id: Ie5f4c6ab8debf1a2b11db45b0cb6957e2539ac80
(cherry picked from commit 40bffd6293c1d33acf397fd338b7f04c4d13b156)
2022-01-15 18:51:53 +02:00

13 lines
254 B
Bash
Executable file

#!/bin/bash
#
# Copyright (C) 2016 The CyanogenMod Project
# Copyright (C) 2017-2020 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
set -e
MY_DIR="$(cd "$(dirname "${0}")"; pwd -P)"
"${MY_DIR}/../raviole/oriole/extract-files.sh" "$@"