summaryrefslogtreecommitdiff
path: root/setup-makefiles.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup-makefiles.py')
-rwxr-xr-xsetup-makefiles.py13
1 files changed, 13 insertions, 0 deletions
diff --git a/setup-makefiles.py b/setup-makefiles.py
new file mode 100755
index 0000000..a7fc6ee
--- /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}/barbet"
+./setup-makefiles.py
+popd