History log of /frameworks/rs/java/tests/HelloComputeNDK/libhellocomputendk/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
fbb6938c9735b34168d8a7844038cb76a23321f9 16-Nov-2014 Dan Albert <danalbert@google.com> Remove platform stlport from frameworks/rs.

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
/frameworks/rs/java/tests/HelloComputeNDK/libhellocomputendk/Android.mk
58de4997ab10ae645aa8270b634f052bcd081fff 08-Oct-2014 Tim Murray <timmurray@google.com> am 7e57aa7d: Enable 64-bit building for libRScpp_static.

* commit '7e57aa7d6555128150219fa99e79a2ef051db40f':
Enable 64-bit building for libRScpp_static.
7e57aa7d6555128150219fa99e79a2ef051db40f 06-Oct-2014 Tim Murray <timmurray@google.com> Enable 64-bit building for libRScpp_static.

bug 17666041

Change-Id: I964ef9ee11826fb748fc0419d66eb5a9a670580e
/frameworks/rs/java/tests/HelloComputeNDK/libhellocomputendk/Android.mk
d1cfb510bcae2ed7cf735c9937b5050ae1043c85 12-Sep-2014 Dan Albert <danalbert@google.com> Clean up makefile cruft.

Don't manually include/link stlport, don't include private bionic
headers.

Change-Id: I9479b7799a0d031eeec0c374b4497744beee8965
/frameworks/rs/java/tests/HelloComputeNDK/libhellocomputendk/Android.mk
44bef6fba6244292b751387f3d6c31cca96c28ad 12-Aug-2014 Chris Wailes <chriswailes@google.com> Replace NULL macros with nullptr literals.

Change-Id: I918c40879aa547438f77e7d1a95fa2aa33bec398
/frameworks/rs/java/tests/HelloComputeNDK/libhellocomputendk/Android.mk
770a94c3754944213cf6fafe1c143d857143c9b9 23-Jul-2014 Stephen Hines <srhines@google.com> Pass -Bsymbolic to the linker from clang when compiling against stlport_static.

Bug: 14296739

If we don't pass -Bsymbolic, we end up with undefined symbols related to
__dso_handle, which is only ever defined for shared objects.
libstlport_static.a has several of these __dso_handle references (using
R_ARM_REL32 relocations to access them).

Change-Id: I2a12d44bef9c7ebb6c283f2db94d87b552fed851
/frameworks/rs/java/tests/HelloComputeNDK/libhellocomputendk/Android.mk
997bb34e1f65bf4026634d2db5be5c86f13a31f0 23-Jul-2014 Stephen Hines <srhines@google.com> Pass -Bsymbolic to the linker from clang when compiling against stlport_static.

Bug: 14296739

If we don't pass -Bsymbolic, we end up with undefined symbols related to
__dso_handle, which is only ever defined for shared objects.
libstlport_static.a has several of these __dso_handle references (using
R_ARM_REL32 relocations to access them).

Change-Id: I2a12d44bef9c7ebb6c283f2db94d87b552fed851
/frameworks/rs/java/tests/HelloComputeNDK/libhellocomputendk/Android.mk
e5692bece9c1bc5de70cdc4a5c466666c735a809 23-May-2014 Stephen Hines <srhines@google.com> Compatibility library apps can only be created in 32-bit mode.

Change-Id: I90888836e7b32b508d65d2cbeeac7999f663721b
/frameworks/rs/java/tests/HelloComputeNDK/libhellocomputendk/Android.mk
336ef39fcc5e8f53a087ed514cb29aa4c5376070 05-Feb-2014 Tim Murray <timmurray@google.com> Remove unnecessary linkage in HelloComputeNDK.

Change-Id: Ib7817c6f2d8289e7b6fcb40e0a42aa952a3100d9
/frameworks/rs/java/tests/HelloComputeNDK/libhellocomputendk/Android.mk
a89eef413da39b013f2e931c9f207ef2587eef01 05-Oct-2013 Tim Murray <timmurray@google.com> add HelloComputeNDK Java sample

bug 10427951

Change-Id: I82641d1c8ef69117bff3ca594c24137c8a6581ef
/frameworks/rs/java/tests/HelloComputeNDK/libhellocomputendk/Android.mk