Array type and allocation support

Change-Id: Ic09188a8ceb212634b4369eb1ffe42c6f249e3ed
diff --git a/rsProgramFragment.cpp b/rsProgramFragment.cpp
index 7af6738..071f57e 100644
--- a/rsProgramFragment.cpp
+++ b/rsProgramFragment.cpp
@@ -109,7 +109,7 @@
     const Element *eins[] = {colorElem.get()};
     ObjectBaseRef<const Element> constInput = Element::create(rsc, 1, eins, enames);
 
-    ObjectBaseRef<Type> inputType = Type::getTypeRef(rsc, constInput.get(), 1, 0, 0, false, false, 0);
+    ObjectBaseRef<Type> inputType = Type::getTypeRef(rsc, constInput.get(), 1);
 
     uintptr_t tmp[2];
     tmp[0] = RS_PROGRAM_PARAM_CONSTANT;