android: util: fix missing include path
authorMauro Rossi <issor.oruam@gmail.com>
Sat, 5 Sep 2020 16:49:19 +0000 (18:49 +0200)
committerVivek Pandya <vivekvpandya@gmail.com>
Mon, 7 Sep 2020 15:55:16 +0000 (21:25 +0530)
commitcb72a834655070c4690c4b0c5bc08cc089ba6b3f
tree56587e2c7cbf4e7661969e4a88de000dec642e9b
parent387b1c239a36d4afff66f6935e2df77d89ed7cf1
android: util: fix missing include path

Fixes the following building error:

external/mesa/src/util/format/u_format_bptc.c:28:10:
fatal error: 'u_format_pack.h' file not found
         ^~~~~~~~~~~~~~~~~
1 error generated.

Fixes: 8d38b2578 ("util: Explicitly call the unpack functions from inside bptc pack/unpack.")
Signed-off-by: Mauro Rossi <issor.oruam@gmail.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6619>
src/util/Android.mk