device_google_raven/setup-makefiles.py
Michael Bestas 01f7e053fe
Update extract-files helper scripts
Change-Id: I42081d2ac09e739ecb12548f05c096d1a72b7252
2024-11-06 06:29:16 +02:00

13 lines
221 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}/../raviole/raven"
./setup-makefiles.py
popd