Export include dir from libva

BZ: 116218

Google introduced new method of specifying include path(s) between modules.
This allows a module to include header from a library without directly
specifyining by includer the path where headers are located.

The method requires from library that holds headers to export
include path(s) in LOCAL_EXPORT_C_INCLUDE_DIRS variable.
These exported include path(s) are automatically added to include path(s)
of modules that have name of the library in the LOCAL_SHARED_LIBRARIES or
LOCAL_STATIC_LIBRARIES list.

This change sets LOCAL_EXPORT_C_INCLUDE_DIRS to folders that contain
headers file that used by other modules in order to export these paths.

Change-Id: Iafe869163b917e60602b0cb494d9280ead3f451c
Signed-off-by: Piotr Luc <piotr.luc@intel.com>
Reviewed-on: http://android.intel.com:8080/113563
Reviewed-by: cactus <cactus@intel.com>
Reviewed-by: Luc, Piotr <Piotr.Luc@intel.com>
Reviewed-by: Purushothaman, Vijay A <vijay.a.purushothaman@intel.com>
Reviewed-by: Stimson, Dale B <dale.b.stimson@intel.com>
Tested-by: Stimson, Dale B <dale.b.stimson@intel.com>
Reviewed-by: buildbot <buildbot@intel.com>
Tested-by: buildbot <buildbot@intel.com>
1 file changed