summaryrefslogtreecommitdiff
path: root/libs/rs/rsAnimation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/rs/rsAnimation.cpp')
-rw-r--r--libs/rs/rsAnimation.cpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/libs/rs/rsAnimation.cpp b/libs/rs/rsAnimation.cpp
index 48c933445a31..6200715cd3ef 100644
--- a/libs/rs/rsAnimation.cpp
+++ b/libs/rs/rsAnimation.cpp
@@ -14,13 +14,28 @@
* limitations under the License.
*/
+#ifndef ANDROID_RS_BUILD_FOR_HOST
#include "rsContext.h"
+#else
+#include "rsContextHostStub.h"
+#endif //ANDROID_RS_BUILD_FOR_HOST
+
#include "rsAnimation.h"
using namespace android;
using namespace android::renderscript;
+void Animation::serialize(OStream *stream) const
+{
+
+}
+
+Animation *Animation::createFromStream(Context *rsc, IStream *stream)
+{
+ return NULL;
+}
+
/*
Animation::Animation(Context *rsc) : ObjectBase(rsc)
{