summaryrefslogtreecommitdiffstats
path: root/src/amd/Android.common.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/amd/Android.common.mk')
-rw-r--r--src/amd/Android.common.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/amd/Android.common.mk b/src/amd/Android.common.mk
index a6c0deb2d72..18ace02b90c 100644
--- a/src/amd/Android.common.mk
+++ b/src/amd/Android.common.mk
@@ -55,8 +55,7 @@ LOCAL_C_INCLUDES := \
$(MESA_TOP)/src/gallium/auxiliary \
$(intermediates)/common \
external/llvm/include \
- external/llvm/device/include \
- $(ELF_INCLUDES)
+ external/llvm/device/include
LOCAL_EXPORT_C_INCLUDE_DIRS := \
$(LOCAL_PATH)/common
@@ -65,5 +64,8 @@ LOCAL_STATIC_LIBRARIES := \
libLLVMCore \
libmesa_nir
+LOCAL_WHOLE_STATIC_LIBRARIES := \
+ libelf
+
include $(MESA_COMMON_MK)
include $(BUILD_STATIC_LIBRARY)