diff options
Diffstat (limited to 'setup-makefiles.py')
| -rwxr-xr-x | setup-makefiles.py | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/setup-makefiles.py b/setup-makefiles.py new file mode 100755 index 00000000..c98616b6 --- /dev/null +++ b/setup-makefiles.py @@ -0,0 +1,13 @@ +#!/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 |
