Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
bar | 2011-11-27 | ||
foo | 2011-11-27 | ||
zoo | 2011-11-27 | ||
Android.mk | 2011-11-26 | 575 Bytes | |
Totals: 4 Items | 575 Bytes | 0 |
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.