Home | History | Annotate | only in /development/ndk/samples/module-exports
Up to higher level directory
NameDateSize
jni/10-Jul-2012
README.TXT10-Jul-2012301

README.TXT

      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