Commit 036125ec by Nicolas Capens

Only build for x86 Android architectures.

Change-Id: I06da8a8e48f202d6625c6d6eb8569be3867da13c Reviewed-on: https://swiftshader-review.googlesource.com/4341Reviewed-by: 's avatarNicolas Capens <capn@google.com> Tested-by: 's avatarNicolas Capens <capn@google.com> Reviewed-on: https://swiftshader-review.googlesource.com/4352
parent c68dd27b
...@@ -20,6 +20,8 @@ ifndef SWIFTSHADER_OPTIM ...@@ -20,6 +20,8 @@ ifndef SWIFTSHADER_OPTIM
SWIFTSHADER_OPTIM := release SWIFTSHADER_OPTIM := release
endif endif
ifneq ($(filter x86, $(TARGET_ARCH)),)
ifneq ($(filter gce_x86 gce calypso, $(TARGET_DEVICE))$(filter sdk_google_%, $(TARGET_PRODUCT)),) ifneq ($(filter gce_x86 gce calypso, $(TARGET_DEVICE))$(filter sdk_google_%, $(TARGET_PRODUCT)),)
include $(call all-makefiles-under,$(LOCAL_PATH)) include $(call all-makefiles-under,$(LOCAL_PATH))
endif endif
endif
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment