summaryrefslogtreecommitdiff
path: root/Android.mk
AgeCommit message (Collapse)Author
2009-06-10Fix build error due to bad path generation in makefile for generated tools.Jason Sams
Implemented by JoeO
2009-06-10Split renderscript java code from test apps. Update makefiles.Jason Sams
2009-06-01Improve bitmap support and do conversion in native rather than java code to ↵Jason Sams
reduce conversion time.
2009-05-29Don't prelink the libRS libraries.Jack Palevich
These are temporary libraries for the development of RenderScript, so they don't have to be prelinked.
2009-05-28Delete the acc script when deleting the Renderscript rsScriptC object.Jack Palevich
Previously we had been leaking the ACCscript object.
2009-05-26Fix Fountain test app so that it actually builds.Jack Palevich
Also check in first part of an libACC implementation.
2009-05-26Fix RenderScript JNI code build issue.Jack Palevich
We should not try to build the JNI file until after we have built the the generated header files that it includes.
2009-05-26Add sprite fountain test.Jack Palevich
It's still called "Calc".
2009-05-22Add the Renderscript library. (Not in the build by default yet.)Jason Sams
This library can be used to create animated 3D User Interfaces. This library is currently under heavy development, so it's not part of the build by default. In order to build this library, you must define BUILD_RENDERSCRIPT=true in your build environment. You will also have to manually edit build/core/prelink-linux-arm.map And add libRS and libRS_jni at the end like this (exact address may change.) libRS.so 0x9A100000 libRS_jni.so 0x9A000000