From: Tapani Pälli Date: Thu, 16 Mar 2017 09:24:38 +0000 (+0200) Subject: android: add marshal_generated c and h files to generated sources X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=370df207cadbc1ae60415b3b953f85088e6398d4;p=mesa.git android: add marshal_generated c and h files to generated sources Fixes: efd63e2 ("mesa: Connect the generated GL command marshalling code to the build.") Signed-off-by: Tapani Pälli Reviewed-by: Plamena Manolova Reviewed-by: Emil Velikov --- diff --git a/src/mesa/Android.gen.mk b/src/mesa/Android.gen.mk index a1e58a6d3b8..42d4ba19691 100644 --- a/src/mesa/Android.gen.mk +++ b/src/mesa/Android.gen.mk @@ -38,7 +38,9 @@ sources := \ main/format_unpack.c \ main/format_info.h \ main/remap_helper.h \ - main/get_hash.h + main/get_hash.h \ + main/marshal_generated.c \ + main/marshal_generated.h LOCAL_SRC_FILES := $(filter-out $(sources), $(LOCAL_SRC_FILES))