Files
device_google_husky/setup-makefiles.py

14 lines
220 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}/../shusky/husky"
./setup-makefiles.py
popd