summaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorJason Sams <rjsams@android.com>2009-12-23 14:35:29 -0800
committerJason Sams <rjsams@android.com>2009-12-23 14:35:29 -0800
commitd01d970cf5973aa5186cc02c80fb2c143a69b0b1 (patch)
tree11bd70da878edadb4ab3166006a7de5c83e661c1 /Android.mk
parent7dad9c30a59c99b57269e1b498807b6f034d56e9 (diff)
downloadrs-d01d970cf5973aa5186cc02c80fb2c143a69b0b1.tar.gz
Element restructuring. Add support for new basic Element types including the RS objects and vectors(2-4). In theory this paves the way for maintaining type info for RS objects, passing elements for GLSL uiforms/attribs/varyings, and supporting nested structures.
This will break some apps, checkings for other projects will follow to unbreak them.
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 111bdd44..3080ab03 100644
--- a/Android.mk
+++ b/Android.mk
@@ -76,6 +76,7 @@ ifneq ($(TARGET_SIMULATOR),true)
LOCAL_SRC_FILES:= \
rsAdapter.cpp \
rsAllocation.cpp \
+ rsComponent.cpp \
rsContext.cpp \
rsDevice.cpp \
rsElement.cpp \