Path rendering

Change-Id: I5379a676c9ec6a9b25f21bc1e050053f27e411dd
diff --git a/libs/rs/rs.spec b/libs/rs/rs.spec
index 20b1f52..31487f2 100644
--- a/libs/rs/rs.spec
+++ b/libs/rs/rs.spec
@@ -388,3 +388,13 @@
 	param uint32_t *primType
 	ret RsMesh
 	}
+
+PathCreate {
+    param RsPathPrimitive pp
+    param bool isStatic
+    param RsAllocation vertex
+    param RsAllocation loops
+    param float quality
+    ret RsPath
+    }
+