Files
device_google_bonito/setup-makefiles.py
Cosmin Tanislav f38cbbc71c b4s4: switch to python extract-utils
Change-Id: Ia2d6a0235d9343d7de0ef69d4197cac7f276af84
2024-12-07 23:39:08 +01:00

14 lines
211 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}/bonito"
./setup-makefiles.py
popd