commit | 7eecbf2085bcfe475daf68090a1a4f47fbb6ec72 | [log] [tgz] |
---|---|---|
author | Jason Sams <rjsams@android.com> | Tue Feb 23 15:27:51 2010 -0800 |
committer | Jason Sams <rjsams@android.com> | Tue Feb 23 15:28:52 2010 -0800 |
tree | 60735dbb382347f4a018a3428b7ecef63a2778fd | |
parent | 33285c37abee6d95d0ac55cd7e9889cdc8d96d14 [diff] [blame] |
Begin implementation of generated java files from RS files.
diff --git a/libs/rs/RenderScript.h b/libs/rs/RenderScript.h index 02667d8..0c95e7d 100644 --- a/libs/rs/RenderScript.h +++ b/libs/rs/RenderScript.h
@@ -200,8 +200,9 @@ RS_PRIMITIVE_TRIANGLE_FAN }; - +#ifndef NO_RS_FUNCS #include "rsgApiFuncDecl.h" +#endif #ifdef __cplusplus };