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

@@ -16,16 +16,13 @@ _make gapps_arm_
_make gapps_arm64_
- compile signed flashable GApps for arm64
_make gapps_x86_
- compile signed flashable GApps for x86
_make gapps_x86_64_
- compile signed flashable GApps for x86_64
Build inline with Android
-------------------
1. Sync this repo to `$GAPPS_PATH` where `$GAPPS_PATH` is the path to this repo
2. Include `$GAPPS_PATH/$ARCH/$ARCH-vendor.mk` where `$ARCH` is arm, arm64, x86, or x86_64 depending on the device's architecture
2. Include `$GAPPS_PATH/$ARCH/$ARCH-vendor.mk` where `$ARCH` is arm, arm64, or x86_64 depending on the device's architecture
Explanation of pinned blobs
-------------------