summaryrefslogtreecommitdiff
path: root/tests/cppbasic-shared
Commit message (Collapse)AuthorAgeFilesLines
* Remove platform stlport from frameworks/rs.Dan Albert2014-11-151-1/+0
| | | | | | | | | | | The platform libRScpp tests should have been moved over when I moved the library. The HelloComputeNDK test should have always been built with the NDK, since it is testing the NDK library. Bug: 15193147 Change-Id: I419837505b9ead3c24b5674ea73e52da7739e162
* Clean up makefile cruft.Dan Albert2014-09-111-3/+2
| | | | | | | Don't manually include/link stlport, don't include private bionic headers. Change-Id: I9479b7799a0d031eeec0c374b4497744beee8965
* Replace NULL macros with nullptr literals.Chris Wailes2014-08-202-1/+3
| | | | Change-Id: I918c40879aa547438f77e7d1a95fa2aa33bec398
* Updated test files to use the RS_KERNEL macro.Chris Wailes2014-05-221-2/+2
| | | | Change-Id: Ifa00819d09a1cc8229ac5d693d49e3a228cfc2dd
* Fix C++ tests to work with NDK build.Stephen Hines2014-01-153-0/+224
This change fixes some errors with stlport linking, as well as making most of the apps static. We keep one copy of cppbasic-shared using the normal build system (instead of using the NDK targeting API 8). Change-Id: Iecc13e7d627e144120eec9b120663ec644917606