freedreno: fix android build with a5xx
authorRob Clark <robdclark@gmail.com>
Wed, 30 Nov 2016 19:01:12 +0000 (14:01 -0500)
committerRob Clark <robdclark@gmail.com>
Wed, 30 Nov 2016 22:32:54 +0000 (17:32 -0500)
commitef30e91fe657438828a9a41b5da1170ceee2d913
treec36cacfbdd8dd326d11444fe0c06b6394c86f7dd
parent8b6f8f2576e3358d3da9c072d134f40e9a3332fc
freedreno: fix android build with a5xx

Android doesn't build all the files that normal linux/autotools build
does (mainly standalond ir3_compiler).. but possibly we should pull
C_SOURCES + aNxx_SOURCES into a single variable picked up by both
Android.mk and Makefile.am?  (Suggested by Rob H.)

Signed-off-by: Rob Clark <robdclark@gmail.com>
src/gallium/drivers/freedreno/Android.mk