commit | ed9f868f494df2176e953ac825db7213a18a9f0d | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed Mar 18 17:17:35 2015 -0700 |
committer | Colin Cross <ccross@android.com> | Thu Mar 19 10:51:41 2015 -0700 |
tree | a2a4ff9dbbb1f40e42e473d3dba14e3187be951d | |
parent | efd8e48c4dac95203fdaddf81602e506bdbbf266 [diff] |
Fix exported include dirs Exported include dirs were only being copied to the build flags in ccDynamic. Move the copy to after collectDeps is run so it picks up the extra includes from all the overriden functions. Also check exported include dirs of shared library dependencies of static libraries. Change-Id: Idb94277f88bbb10869e72011113df57f586274de