diff options
-rw-r--r-- | src/amd/Android.common.mk | 4 | ||||
-rw-r--r-- | src/compiler/Android.nir.gen.mk | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/src/amd/Android.common.mk b/src/amd/Android.common.mk index a770aca6500..a6c0deb2d72 100644 --- a/src/amd/Android.common.mk +++ b/src/amd/Android.common.mk @@ -61,7 +61,9 @@ LOCAL_C_INCLUDES := \ LOCAL_EXPORT_C_INCLUDE_DIRS := \ $(LOCAL_PATH)/common -LOCAL_STATIC_LIBRARIES := libLLVMCore +LOCAL_STATIC_LIBRARIES := \ + libLLVMCore \ + libmesa_nir include $(MESA_COMMON_MK) include $(BUILD_STATIC_LIBRARY) diff --git a/src/compiler/Android.nir.gen.mk b/src/compiler/Android.nir.gen.mk index 96fc750ec64..908875d7eb5 100644 --- a/src/compiler/Android.nir.gen.mk +++ b/src/compiler/Android.nir.gen.mk @@ -37,6 +37,7 @@ LOCAL_C_INCLUDES += \ LOCAL_EXPORT_C_INCLUDE_DIRS += \ $(intermediates)/nir \ + $(MESA_TOP)/src/compiler \ $(MESA_TOP)/src/compiler/nir LOCAL_GENERATED_SOURCES += $(addprefix $(intermediates)/, \ |