diff options
author | Vishal Mahaveer | 2018-03-08 15:52:58 -0600 |
---|---|---|
committer | Buddy Liong | 2018-03-08 16:13:56 -0600 |
commit | ec14e1d5cea1ed3c3ea0e2b9cf1fd581acff93e3 (patch) | |
tree | 626b08a4be2f2a2c5b27504661d534a67e735e84 | |
parent | 60832bf5bd34f0f5e5c599b975dc20387c80561a (diff) | |
download | hardware-ti-libdce-ec14e1d5cea1ed3c3ea0e2b9cf1fd581acff93e3.tar.gz hardware-ti-libdce-ec14e1d5cea1ed3c3ea0e2b9cf1fd581acff93e3.tar.xz hardware-ti-libdce-ec14e1d5cea1ed3c3ea0e2b9cf1fd581acff93e3.zip |
[ANDROID] add header libraries
Add libutils_headers to the dependency list since
global include paths are not provided by default when
building with BOARD_VNDK_VERSION.
Change-Id: I2a5bb5217354cd9ddcb7c914cee60f829694e2a8
Signed-off-by: Vishal Mahaveer <vishalm@ti.com>
-rw-r--r-- | Android.mk | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -17,6 +17,8 @@ LOCAL_C_INCLUDES += \ | |||
17 | external/libdrm/omap \ | 17 | external/libdrm/omap \ |
18 | external/libdrm | 18 | external/libdrm |
19 | 19 | ||
20 | LOCAL_HEADER_LIBRARIES += libutils_headers | ||
21 | |||
20 | LOCAL_SHARED_LIBRARIES := \ | 22 | LOCAL_SHARED_LIBRARIES := \ |
21 | libmmrpc \ | 23 | libmmrpc \ |
22 | libc \ | 24 | libc \ |