OSDN Git Service

ndk: Add a test to check that prebuilt libraries work as expected.
authorDavid 'Digit' Turner <digit@google.com>
Fri, 9 Jul 2010 16:56:31 +0000 (09:56 -0700)
committerDavid 'Digit' Turner <digit@google.com>
Fri, 9 Jul 2010 16:56:31 +0000 (09:56 -0700)
commitf68d6af83f8f99714c139d867e8328f558480f28
treec8d1ef8d73ae458bd1e756e47dce55bb996fee67
parenteefb5c2dca087c2b0a0ef90e15db00fb5523d8af
ndk: Add a test to check that prebuilt libraries work as expected.

Change-Id: I7c0683ac1ee50bb62cc0f7ac22e839f749ec1cdf
ndk/tests/prebuilt-library/jni/Android.mk [new file with mode: 0644]
ndk/tests/prebuilt-library/jni/foo-user.c [new file with mode: 0644]
ndk/tests/prebuilt-library/jni/foo/foo.c [new file with mode: 0644]
ndk/tests/prebuilt-library/jni/foo/foo.h [new file with mode: 0644]
ndk/tests/prebuilt-library/jni/libfoo.so [new file with mode: 0755]