gallium/radeonsi: ship all files in the tarball

- include all headers in Makefile.sources
 - bundle the android buildscript

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Acked-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
Emil Velikov 2014-08-29 23:17:37 +01:00
parent 8b48e14a48
commit 36b5012a8d
2 changed files with 8 additions and 0 deletions

View file

@ -31,3 +31,5 @@ AM_CFLAGS = \
noinst_LTLIBRARIES = libradeonsi.la
libradeonsi_la_SOURCES = $(C_SOURCES)
EXTRA_DIST = Android.mk

View file

@ -3,11 +3,17 @@ C_SOURCES := \
si_commands.c \
si_compute.c \
si_descriptors.c \
sid.h \
si_dma.c \
si_hw_context.c \
si_pipe.c \
si_pipe.h \
si_pm4.c \
si_pm4.h \
si_public.h \
si_shader.c \
si_shader.h \
si_state.c \
si_state_draw.c \
si_state.h \
si_uvd.c