device_google_tangorpro/setup-makefiles.py
Cosmin Tanislav 4aa169474a
tangorpro: switch to python extract-utils
Change-Id: Ia2d6a0235d9343d7de0ef69d4197cac7f276af84
2024-11-06 13:07:19 +02:00

13 lines
214 B
Python
Executable file

#!/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