tangorpro: switch to python extract-utils

Change-Id: Ia2d6a0235d9343d7de0ef69d4197cac7f276af84
This commit is contained in:
Cosmin Tanislav 2024-10-27 15:08:31 +02:00 committed by Michael Bestas
parent cc44c3f21d
commit 4aa169474a
No known key found for this signature in database
GPG key ID: CC95044519BE6669
10 changed files with 154 additions and 180 deletions

13
setup-makefiles.py Executable file
View 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}/tangorpro"
./setup-makefiles.py
popd