android: radeonsi: fix sid_table.h generated header include path
authorMauro Rossi <issor.oruam@gmail.com>
Wed, 8 Feb 2017 07:14:05 +0000 (08:14 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Mon, 20 Feb 2017 16:23:13 +0000 (16:23 +0000)
commit933988901ab14b3c950272b60a56cb48265076b0
tree4e878af59029d0d15048f38173c9c6138a0dad62
parent920b4d537f288957718d6c722ac478d7d2c52a47
android: radeonsi: fix sid_table.h generated header include path

generated-sources-dir-for macro replaces intermediates-dir-for
and LOCAL_MODULE_CLASS is defined as required by new macro,
in order to avoid the following building error:

external/mesa/src/gallium/drivers/radeonsi/si_debug.c:29:10: fatal error: 'sid_tables.h' file not found
         ^
1 error generated.

Fixes: 730574c58e8 ("android: ac/debug: move sid_tables.h generation and
IB decode to amd/common")
Acked-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
Acked-by: Emil Velikov <emil.velikov@collabora.com>
src/gallium/drivers/radeonsi/Android.mk