Add version and arch checks

This commit is contained in:
Alessandro Astone
2022-02-07 23:41:59 +01:00
parent 2f30bf7eb5
commit 49a4548984
3 changed files with 45 additions and 2 deletions

View File

@@ -11,11 +11,11 @@ distclean:
gapps_arm:
@echo "Compiling GApps for arm..."
@bash $(BUILD_GAPPS) arm 2>&1
@bash $(BUILD_GAPPS) arm armv7l 2>&1
gapps_arm64:
@echo "Compiling GApps for arm64..."
@bash $(BUILD_GAPPS) arm64 2>&1
@bash $(BUILD_GAPPS) arm64 aarch64 2>&1
gapps_x86:
@echo "Compiling GApps for x86..."