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 <tapani.palli@intel.com>
Reviewed-by: Plamena Manolova <plamena.manolova@intel.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
Tapani Pälli 2017-03-16 11:24:38 +02:00 committed by Emil Velikov
parent 3bcef6aa24
commit 370df207ca

View 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))