Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Merge "Update makefile to match ARM's convolve patches."
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Sams authored and Gerrit Code Review committed Mar 31, 2014
2 parents 0b747a9 + 3342757 commit 3c02db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v8/renderscript/rs_support/Android.mk
Expand Up @@ -131,11 +131,11 @@ ifeq ($(ARCH_ARM_HAVE_ARMV7A),true)
LOCAL_CFLAGS_arm := -DARCH_ARM_HAVE_VFP
LOCAL_ASFLAGS_arm := -mfpu=neon
LOCAL_SRC_FILES_arm := \
cpu_ref/rsCpuIntrinsics_neon.S \
cpu_ref/rsCpuIntrinsics_neon_3DLUT.S \
cpu_ref/rsCpuIntrinsics_neon_ColorMatrix.S \
cpu_ref/rsCpuIntrinsics_neon_Blend.S \
cpu_ref/rsCpuIntrinsics_neon_Blur.S \
cpu_ref/rsCpuIntrinsics_neon_Convolve.S \
cpu_ref/rsCpuIntrinsics_neon_YuvToRGB.S
endif

Expand Down

0 comments on commit 3c02db6

Please sign in to comment.