Add APP_ABI := all to be able to compile this sample for all platforms without additional manual manipulations. Change-Id: I8ebb98c86dae2f6e926885b6d70d306ceca33d1f Signed-off-by: Arseniy Antonov <arseniy.antonov@intel.com>
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.