Browse Source

PEMA-107 Allow to pass abi(s) to build for as parameter

pull/25/head
ignaciogarcia 3 years ago
parent
commit
b36dc2002e
No known key found for this signature in database GPG Key ID: 5E6A455C909DD623
  1. 2
      android/external/Makefile

2
android/external/Makefile

@ -21,7 +21,7 @@ endif
.PHONY: all build clean clean-all build-arm build-arm64 build-x86 build-x86_64 .PHONY: all build clean clean-all build-arm build-arm64 build-x86 build-x86_64
build: all build: $(if $(archs),$(foreach wrd, $(archs), build-$(wrd)), all)
all: build-arm build-arm64 build-x86 build-x86_64 all: build-arm build-arm64 build-x86 build-x86_64

Loading…
Cancel
Save