commit | 7f8be9f69576725f85145a1e29445bb27f86375e | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Thu Jul 06 09:45:26 2017 +0900 |
committer | Jiyong Park <jiyong@google.com> | Thu Jul 06 09:45:26 2017 +0900 |
tree | d447863d88141784434392ef3d66cd836a7b276c | |
parent | 5e19557eb99d75ca37a2fbbfb992c135f080bf0a [diff] |
Give TARGET_OUT_HEADERS to vendor modules Many vendor modules are using headers that are copied to $(TARGET_OUT_HEADERS)/some/path via LOCAL_COPY_HEADERS. In order to let them use the headers via #include <some/path/header.h>, $(TARGET_OUT_HEADERS) is again added to the system include path. Bug: 63340459 Test: BOARD_VNDK_VERSION=current m -j gives less 'cannot find header' errors. Change-Id: I472e74533b437653c76dc416f7f4527c0e90750d