Browse Source
PEMA-107 Allow to pass abi(s) to build for as parameter
pull/25/head
ignaciogarcia
3 years ago
No known key found for this signature in database
GPG Key ID: 5E6A455C909DD623
1 changed files with
1 additions and
1 deletions
-
android/external/Makefile
|
|
@ -21,7 +21,7 @@ endif |
|
|
|
|
|
|
|
.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 |
|
|
|
|
|
|
|