blob: abd6c9894b4b12f030c4b5a8511cc8a3d6dd019d [file] [log] [blame]
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.