- # XXX: TARGET_ARCH is not set when this file is parsed.
- # XXX: Find a way to distinguish x86 from arm.
- ifeq (true,$(TARGET_SUPPORTS_64_BIT_APPS))
- gms_arch := arm64
- else
- gms_arch := arm
- endif
-
- include vendor/gapps/$(gms_arch)/$(gms_arch)-vendor.mk
-
- gms_arch :=
|