diff options
author | Tapani Pälli <[email protected]> | 2017-03-16 11:24:38 +0200 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-04-17 12:20:06 +0100 |
commit | 370df207cadbc1ae60415b3b953f85088e6398d4 (patch) | |
tree | 28f2f05bdbca449c5dd7aa7450d453a347e122fa /src/mesa/Android.gen.mk | |
parent | 3bcef6aa245e269ee6ea3ef347148553e80e6df0 (diff) |
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 <[email protected]>
Reviewed-by: Plamena Manolova <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/mesa/Android.gen.mk')
-rw-r--r-- | src/mesa/Android.gen.mk | 4 |
1 files changed, 3 insertions, 1 deletions
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)) |