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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user