mirror of
https://github.com/Evolution-X-Devices/device_google_redfin
synced 2026-01-27 19:13:26 +00:00
14 lines
211 B
Python
Executable File
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}/redfin"
|
|
./setup-makefiles.py
|
|
popd
|