Add version and arch checks
This commit is contained in:
@@ -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..."
|
||||
|
Reference in New Issue
Block a user