Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
jni/ | 03-May-2024 | - | 82 | 59 | ||
README.TXT | D | 03-May-2024 | 301 | 10 | 6 |
README.TXT
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