commit | 31a7e42f4baa059352f0db119de38428e655eab2 | [log] [tgz] |
---|---|---|
author | Jason Sams <rjsams@android.com> | Tue Oct 26 13:09:17 2010 -0700 |
committer | Jason Sams <rjsams@android.com> | Tue Oct 26 13:09:17 2010 -0700 |
tree | 7e3bf245244215cad507f57c24043f20a91bcd8c | |
parent | cd44bf9c7ae89edcf906451e162d096cf3d7e561 [diff] [blame] |
Begin adding async allocation creation. Change-Id: I5d1381699e2b334c1d824f357bd6b310a5f79be8 Implement async bitmap upload and clean up types. Change-Id: Icbe9894e04c1319351c1cd75b0e0017855198f20
diff --git a/libs/rs/rsObjectBase.h b/libs/rs/rsObjectBase.h index 5f03db5..5cc275a 100644 --- a/libs/rs/rsObjectBase.h +++ b/libs/rs/rsObjectBase.h
@@ -21,9 +21,7 @@ #define RS_OBJECT_DEBUG 0 -#if RS_OBJECT_DEBUG - #include <utils/CallStack.h> -#endif +#include <utils/CallStack.h> namespace android { namespace renderscript {