Files
android_development/ndk/samples/module-exports
Andrew Hsieh 4ba2dd5080 Fix warning compiling samples with clang3.1
Change-Id: I166cc64d34dcf8dd99fc28f2556306b8795e3c7e
2012-12-06 18:10:46 +08:00
..

This sample is used to demonstrate the usage of module exports
(i.e. LOCAL_EXPORT_CFLAGS and similar other variables).

Here, three modules are defined: foo, bar, zoo

'foo' exports its include directory and a linker flag
bar simply uses 'foo', as a static library
zoo uses bar, is a shared library.