Files
device_google_komodo/setup-makefiles.py

14 lines
222 B
Python
Raw Permalink Normal View History

#!/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}/../caimito/komodo"
./setup-makefiles.py
popd