bluejay: switch to python extract-utils
Change-Id: Ia2d6a0235d9343d7de0ef69d4197cac7f276af84
This commit is contained in:
parent
6a0b35ef13
commit
5871af8417
10 changed files with 163 additions and 211 deletions
13
extract-files.py
Executable file
13
extract-files.py
Executable file
|
@ -0,0 +1,13 @@
|
|||
#!/bin/bash
|
||||
#
|
||||
# SPDX-FileCopyrightText: 2024 The LineageOS Project
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
set -e
|
||||
|
||||
MY_DIR="$(cd "$(dirname "${0}")"; pwd -P)"
|
||||
|
||||
pushd "${MY_DIR}/bluejay"
|
||||
./extract-files.py $@
|
||||
popd
|
Loading…
Add table
Add a link
Reference in a new issue