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