android: add marshal_generated c and h files to generated sources
authorTapani Pälli <tapani.palli@intel.com>
Thu, 16 Mar 2017 09:24:38 +0000 (11:24 +0200)
committerEmil Velikov <emil.l.velikov@gmail.com>
Mon, 17 Apr 2017 11:20:06 +0000 (12:20 +0100)
Fixes: efd63e2 ("mesa: Connect the generated GL command marshalling code to the build.")
Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
Reviewed-by: Plamena Manolova <plamena.manolova@intel.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
src/mesa/Android.gen.mk

index a1e58a6d3b87f4bc4040d5f1f08ecc9488d3f179..42d4ba19691d26022369e6dec7450fce2b058166 100644 (file)
@@ -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))