Files
android_development/ndk/samples/module-exports
Arseniy Antonov 22359ed8bf Add APP_ABI for module-exports sample
Add APP_ABI := all
to be able to compile this sample for all platforms
without additional manual manipulations.

Change-Id: I8ebb98c86dae2f6e926885b6d70d306ceca33d1f
Signed-off-by: Arseniy Antonov <arseniy.antonov@intel.com>
2014-07-21 16:51:46 +04:00
..
2014-07-21 16:51:46 +04: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.