diff options
author | Rob Herring <[email protected]> | 2017-05-03 14:35:23 -0500 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-05-11 13:52:21 +0100 |
commit | e2ff12e919b5f887083225d96f4060a122c12eab (patch) | |
tree | f8abfc2f40540f887326c817b3ef0a682a8446c5 /src/gallium/Android.common.mk | |
parent | 06260da16e74f69273a857099b8537b3c957de44 (diff) |
Android: rework libelf dependencies
Add libelf as a library dependency rather than explicitly listing its
include paths. This should work for Android M and later which have the
necessary exported directories in libelf.
Signed-off-by: Rob Herring <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gallium/Android.common.mk')
-rw-r--r-- | src/gallium/Android.common.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/Android.common.mk b/src/gallium/Android.common.mk index ff4c30dabd6..b2eb95bcd64 100644 --- a/src/gallium/Android.common.mk +++ b/src/gallium/Android.common.mk @@ -32,8 +32,7 @@ LOCAL_C_INCLUDES += \ ifeq ($(MESA_ENABLE_LLVM),true) LOCAL_C_INCLUDES += \ external/llvm/include \ - external/llvm/device/include \ - $(ELF_INCLUDES) + external/llvm/device/include endif include $(MESA_COMMON_MK) |