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

@@ -40,7 +40,7 @@ fi
setup_vendor "$DEVICE_COMMON" "$VENDOR" "$ANDROID_ROOT" true
# Copyright headers
write_headers "arm arm64 x86 x86_64"
write_headers "arm arm64 x86_64"
# Common gapps
write_makefiles "$MY_DIR"/proprietary-files-common.txt
@@ -65,7 +65,7 @@ sed -i 's/TARGET_DEVICE/TARGET_ARCH/g' "$ANDROIDMK"
# We are done with common
write_footers
for DEVICE in arm arm64 x86 x86_64; do
for DEVICE in arm arm64 x86_64; do
# Reinitialize the helper for target gapps
setup_vendor "$DEVICE" "$VENDOR" "$ANDROID_ROOT"