From 100e471b499faef920753e0f3cbbe1389230909c Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 26 Sep 2023 12:11:49 +0200 Subject: [PATCH] android/build.py: remove duplicate import --- android/build.py | 1 - 1 file changed, 1 deletion(-) diff --git a/android/build.py b/android/build.py index e01c1c22f..30056c8b2 100755 --- a/android/build.py +++ b/android/build.py @@ -60,7 +60,6 @@ sys.path[0] = os.path.join(mpd_path, 'python') # output directories from build.dirs import lib_path, tarball_path, src_path -from build.meson import configure as run_meson arch_path = os.path.join(lib_path, arch) build_path = os.path.join(arch_path, 'build')