History log of /frameworks/rs/tests/cppstrided/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
be78fa9882ff9596034a16afa4cde7c0e55add49 29-Apr-2014 Stephen Hines <srhines@google.com> Fix incorrect dependence on the system-built liblog.

Our previous Android.mk was incorrectly pulling in the latest liblog,
instead of linking dynamically against the older prebuilt liblog. This
causes problems due to the latest liblog using __android_fatal(), which
is a new function in bionic.

This change also updates our tests to use the checked-in prebuilt liblog.so
instead of the system-built liblog.

Change-Id: I211ef3a31f033e66d46c619d89d507ea65ec3731
/frameworks/rs/tests/cppstrided/Android.mk
00db019ba61601b679aaea5a40cf0f84715d890d 16-Jan-2014 Stephen Hines <srhines@google.com> Fix C++ tests to work with NDK build.

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
/frameworks/rs/tests/cppstrided/Android.mk
b98626d1da831c5ced7d74d374a3242cbb82c3a5 16-Oct-2013 Stephen Hines <srhines@google.com> RS native tests should be built with clang.

Change-Id: I6f3bf8c138debe62be7fe8fe9d4d3339eb21a25b
/frameworks/rs/tests/cppstrided/Android.mk
41efe87eb48ed945df2f26f4dff0eb5e00b8eebe 22-Aug-2013 Stephen Hines <srhines@google.com> Fix C++ RS tests due to previous reflection/API changes.

Bug: 10427951
Change-Id: I06177d25cadf8697f9fca244edb2800e1102a7bf
/frameworks/rs/tests/cppstrided/Android.mk
358747a3118301c5faeee73c98dd5f839bbfb54a 26-Nov-2012 Tim Murray <timmurray@google.com> Add support for 2D strided copies to/from an allocation with the C++ API.

Change-Id: I55cd7512f683f8d36d2b75f894931fd0657521bc
/frameworks/rs/tests/cppstrided/Android.mk