summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorJason Sams <jsams@google.com>2012-09-04 19:55:55 -0700
committerJason Sams <jsams@google.com>2012-09-04 19:55:55 -0700
commit537c4411b57ba30b688f437a663120e7f9c4f4e0 (patch)
tree7bf09350ad864de6b86fdfdf6cd6de3abf8ad0bd /Android.mk
parente1e08b4c9cc80c51224fdaf3aeab0804daf073e6 (diff)
downloadandroid_frameworks_rs-537c4411b57ba30b688f437a663120e7f9c4f4e0.tar.gz
android_frameworks_rs-537c4411b57ba30b688f437a663120e7f9c4f4e0.tar.bz2
android_frameworks_rs-537c4411b57ba30b688f437a663120e7f9c4f4e0.zip
Implement ColorMatrix intrinsic.
Change-Id: I1b1f864f55c0a7c6b24eeed94594f6fc803242f6
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index c234a959..5676462d 100644
--- a/Android.mk
+++ b/Android.mk
@@ -19,6 +19,7 @@ LOCAL_SRC_FILES:= \
driver/rsdGL.cpp \
driver/rsdIntrinsics.cpp \
driver/rsdIntrinsicConvolve3x3.cpp \
+ driver/rsdIntrinsicColorMatrix.cpp \
driver/rsdMesh.cpp \
driver/rsdMeshObj.cpp \
driver/rsdPath.cpp \