OSDN Git Service

Fix RValue<T> construction from incorrect types.
[android-x86/external-swiftshader.git] / Android.mk
index b97a8ba..b4d82e3 100644 (file)
@@ -16,6 +16,6 @@
 
 LOCAL_PATH:= $(call my-dir)
 
-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