android_device_google_lynx/setup-makefiles.py

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