OSDN Git Service

Fix Frac() returning 1.0.
[android-x86/external-swiftshader.git] / Android.mk
index e7a9d76..b4d82e3 100644 (file)
 
 LOCAL_PATH:= $(call my-dir)
 
-ifndef SWIFTSHADER_OPTIM
-SWIFTSHADER_OPTIM := release
-endif
-
-ifeq ($(TARGET_ARCH),$(filter $(TARGET_ARCH),x86 x86_64))
+ifeq ($(TARGET_ARCH),$(filter $(TARGET_ARCH),x86 x86_64 arm))
 include $(call all-makefiles-under,$(LOCAL_PATH))
 endif