diff options
author | Mauro Rossi <[email protected]> | 2018-08-26 23:38:12 +0200 |
---|---|---|
committer | Mauro Rossi <[email protected]> | 2018-09-15 09:14:46 +0200 |
commit | cc3b99bb48769ccd018b781338b548306af5046b (patch) | |
tree | 2a670925d99950d6784fe83076cd6ec60ba31c14 /src/broadcom | |
parent | 9158e0bd82ffdad4baf46221bccbbb3fe4764c11 (diff) |
android: broadcom/cle: export the broadcom top level path headers
Fixes the following building error in vc4 build:
In file included from external/mesa/src/gallium/drivers/vc4/kernel/vc4_render_cl.c:34:
In file included from external/mesa/src/gallium/drivers/vc4/kernel/vc4_drv.h:27:
In file included from external/mesa/src/gallium/drivers/vc4/vc4_simulator_validate.h:34:
In file included from external/mesa/src/gallium/drivers/vc4/vc4_context.h:39:
In file included from external/mesa/src/gallium/drivers/vc4/vc4_cl.h:56:
gen/STATIC_LIBRARIES/libmesa_broadcom_genxml_intermediates/broadcom/cle/v3d_packet_v21_pack.h:12:10:
fatal error: 'cle/v3d_packet_helpers.h' file not found
^~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
Fixes: 5b102160ae ("broadcom/genxml: Introduce a V3D packet/struct decoder.")
Cc: "18.2" <[email protected]>
Acked-by: Eric Anholt <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Signed-off-by: Mauro Rossi <[email protected]>
Diffstat (limited to 'src/broadcom')
-rw-r--r-- | src/broadcom/Android.cle.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/broadcom/Android.cle.mk b/src/broadcom/Android.cle.mk index c6bf2626415..5634a8d4ad3 100644 --- a/src/broadcom/Android.cle.mk +++ b/src/broadcom/Android.cle.mk @@ -31,6 +31,8 @@ LOCAL_STATIC_LIBRARIES := libmesa_broadcom_genxml LOCAL_C_INCLUDES += $(MESA_TOP)/src/gallium/include +LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH) + LOCAL_SHARED_LIBRARIES := libexpat libz include $(MESA_COMMON_MK) |