Get rid of x86 support

Doesn't seem like x86 GMS exists anymore as it's not available as GSI
nor Android SDK image.
This commit is contained in:
LuK1337
2024-10-04 10:35:21 +02:00
parent e74e9c43e8
commit 8661048075
15 changed files with 4 additions and 131 deletions

View File

@@ -17,10 +17,6 @@ gapps_arm64:
@echo "Compiling GApps for arm64..."
@bash $(BUILD_GAPPS) arm64 2>&1
gapps_x86:
@echo "Compiling GApps for x86..."
@bash $(BUILD_GAPPS) x86 2>&1
gapps_x86_64:
@echo "Compiling GApps for x86_64..."
@bash $(BUILD_GAPPS) x86_64 2>&1