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

Commit

Permalink
Update makefile to match ARM's convolve patches.
Browse files Browse the repository at this point in the history
Change-Id: I002c26ea7061bd4bf64541e2fc3dfea79c066b9f
  • Loading branch information
Jason Sams committed Mar 31, 2014
1 parent 0b747a9 commit 3342757
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 3342757

Please sign in to comment.