pan/bi: Fix Android.mk

Files listed in Makefile.sources did not exist, this affects the android
build for other drivers as well.

[Patch by Tapani manually cherrypicked into this branch]

Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4097>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4097>
This commit is contained in:
Alyssa Rosenzweig 2020-03-06 19:31:49 -05:00 committed by Marge Bot
parent 0b0be49005
commit de30a7ae6e

View file

@ -2,11 +2,11 @@ bifrost_FILES := \
bifrost/bifrost.h \
bifrost/bifrost_compile.c \
bifrost/bifrost_compile.h \
bifrost/bifrost_tables.c \
bifrost/bi_tables.c \
bifrost/bi_schedule.c \
bifrost/bi_print.c \
bifrost/bi_print.h \
bifrost/bi_quirks.c \
bifrost/bi_quirks.h \
bifrost/bir.c \
bifrost/compiler.h \
bifrost/cmdline.c \