1 This sample is used to demonstrate the usage of module exports 2 (i.e. LOCAL_EXPORT_CFLAGS and similar other variables). 3 4 Here, three modules are defined: foo, bar, zoo 5 6 'foo' exports its include directory and a linker flag 7 bar simply uses 'foo', as a static library 8 zoo uses bar, is a shared library. 9 10