Begin implementation of generated java files from RS files.
diff --git a/RenderScript.h b/RenderScript.h
index 02667d8..0c95e7d 100644
--- a/RenderScript.h
+++ b/RenderScript.h
@@ -200,8 +200,9 @@
     RS_PRIMITIVE_TRIANGLE_FAN
 };
 
-
+#ifndef NO_RS_FUNCS
 #include "rsgApiFuncDecl.h"
+#endif
 
 #ifdef __cplusplus
 };